Color spaces of #bbc65e
RGB | 187 | 198 | 94 |
---|---|---|---|
HSL | 0.18 | 0.48 | 0.57 |
HSV | 66° | 53° | 78° |
CMYK | 0.06 | 0.00 | 0.53 0.22 |
XYZ | 42.7080 | 51.7611 | 18.3296 |
Yxy | 51.7611 | 0.3786 | 0.4589 |
Hunter Lab | 71.9452 | -19.9432 | 35.2562 |
CIE-Lab | 77.1378 | -18.4898 | 50.1505 |
#bbc65e color RGB value is (187,198,94).
#bbc65e hex color red value is 187, green value is 198 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bbc65e hue: 0.18 , saturation: 0.48 and the lightness value of bbc65e is 0.57.
The process color (four color CMYK) of #bbc65e color hex is 0.06, 0.00, 0.53, 0.22. Web safe color of #bbc65e is #cccc66. Color #bbc65e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11000110 | 01011110 |
Octal | 273 | 306 | 136 |
Decimal | 187 | 198 | 94 |
Hex | BB | C6 | 5E |
Shades of #bbc65e
Tints of #bbc65e
RGB Percentages of Color #bbc65e
CMYK Percentages of Color #bbc65e
Complementary Color
#bbc65e | #695ec6 |
#bbc65e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbc65e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbc65e Color CSS Codes
.mybgcolor {background-color:#bbc65e; } .myforecolor {color:#bbc65e; } .mybordercolor {border:3px solid #bbc65e; }
#bbc65e Text Font Color
<p style="color:#bbc65e">Text here</p>
This sample text font color is #bbc65e
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.
#bbc65e Background Color
<div style="background-color:#bbc65e">
Div content here</div>
This div background color is #bbc65e
#bbc65e Border Color
<div style="border:3px solid #bbc65e">
Div here</div>
This div border color is #bbc65e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,198,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbc65e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbc65e; -webkit-box-shadow: 1px 1px 3px 2px #bbc65e; box-shadow: 1px 1px 3px 2px #bbc65e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,198,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbc65e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbc65e; -webkit-box-shadow: 1px 1px 3px 2px #bbc65e; box-shadow: 1px 1px 3px 2px #bbc65e;">
Div content here</div>
This div box has shadow with color #bbc65e
Comments
No comments written yet.
Please login to write comment.