Color spaces of #bbc65c
RGB | 187 | 198 | 92 |
---|---|---|---|
HSL | 0.18 | 0.48 | 0.57 |
HSV | 66° | 54° | 78° |
CMYK | 0.06 | 0.00 | 0.54 0.22 |
XYZ | 42.6194 | 51.7257 | 17.8630 |
Yxy | 51.7257 | 0.3798 | 0.4610 |
Hunter Lab | 71.9206 | -20.0837 | 35.6185 |
CIE-Lab | 77.1165 | -18.6633 | 51.0590 |
#bbc65c color RGB value is (187,198,92).
#bbc65c hex color red value is 187, green value is 198 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #bbc65c hue: 0.18 , saturation: 0.48 and the lightness value of bbc65c is 0.57.
The process color (four color CMYK) of #bbc65c color hex is 0.06, 0.00, 0.54, 0.22. Web safe color of #bbc65c is #cccc66. Color #bbc65c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11000110 | 01011100 |
Octal | 273 | 306 | 134 |
Decimal | 187 | 198 | 92 |
Hex | BB | C6 | 5C |
Shades of #bbc65c
Tints of #bbc65c
RGB Percentages of Color #bbc65c
CMYK Percentages of Color #bbc65c
Complementary Color
#bbc65c | #675cc6 |
#bbc65c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbc65c Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbc65c Color CSS Codes
.mybgcolor {background-color:#bbc65c; } .myforecolor {color:#bbc65c; } .mybordercolor {border:3px solid #bbc65c; }
#bbc65c Text Font Color
<p style="color:#bbc65c">Text here</p>
This sample text font color is #bbc65c
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.
#bbc65c Background Color
<div style="background-color:#bbc65c">
Div content here</div>
This div background color is #bbc65c
#bbc65c Border Color
<div style="border:3px solid #bbc65c">
Div here</div>
This div border color is #bbc65c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,198,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbc65c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbc65c; -webkit-box-shadow: 1px 1px 3px 2px #bbc65c; box-shadow: 1px 1px 3px 2px #bbc65c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,198,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbc65c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbc65c; -webkit-box-shadow: 1px 1px 3px 2px #bbc65c; box-shadow: 1px 1px 3px 2px #bbc65c;">
Div content here</div>
This div box has shadow with color #bbc65c
Comments
No comments written yet.
Please login to write comment.