Color spaces of #bcc46e
RGB | 188 | 196 | 110 |
---|---|---|---|
HSL | 0.18 | 0.42 | 0.60 |
HSV | 66° | 44° | 77° |
CMYK | 0.04 | 0.00 | 0.44 0.23 |
XYZ | 43.2934 | 51.2970 | 22.3714 |
Yxy | 51.2970 | 0.3701 | 0.4386 |
Hunter Lab | 71.6219 | -17.4402 | 31.6159 |
CIE-Lab | 76.8586 | -15.5446 | 42.0849 |
#bcc46e color RGB value is (188,196,110).
#bcc46e hex color red value is 188, green value is 196 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bcc46e hue: 0.18 , saturation: 0.42 and the lightness value of bcc46e is 0.60.
The process color (four color CMYK) of #bcc46e color hex is 0.04, 0.00, 0.44, 0.23. Web safe color of #bcc46e is #cccc66. Color #bcc46e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11000100 | 01101110 |
Octal | 274 | 304 | 156 |
Decimal | 188 | 196 | 110 |
Hex | BC | C4 | 6E |
Shades of #bcc46e
Tints of #bcc46e
RGB Percentages of Color #bcc46e
CMYK Percentages of Color #bcc46e
Complementary Color
#bcc46e | #766ec4 |
#bcc46e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcc46e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcc46e Color CSS Codes
.mybgcolor {background-color:#bcc46e; } .myforecolor {color:#bcc46e; } .mybordercolor {border:3px solid #bcc46e; }
#bcc46e Text Font Color
<p style="color:#bcc46e">Text here</p>
This sample text font color is #bcc46e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#bcc46e Background Color
<div style="background-color:#bcc46e">
Div content here</div>
This div background color is #bcc46e
#bcc46e Border Color
<div style="border:3px solid #bcc46e">
Div here</div>
This div border color is #bcc46e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,196,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcc46e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcc46e; -webkit-box-shadow: 1px 1px 3px 2px #bcc46e; box-shadow: 1px 1px 3px 2px #bcc46e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,196,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcc46e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcc46e; -webkit-box-shadow: 1px 1px 3px 2px #bcc46e; box-shadow: 1px 1px 3px 2px #bcc46e;">
Div content here</div>
This div box has shadow with color #bcc46e
Comments
No comments written yet.
Please login to write comment.