Color spaces of #bbc42b
RGB | 187 | 196 | 43 |
---|---|---|---|
HSL | 0.18 | 0.64 | 0.47 |
HSV | 64° | 78° | 77° |
CMYK | 0.05 | 0.00 | 0.78 0.23 |
XYZ | 40.6695 | 50.2191 | 9.8352 |
Yxy | 50.2191 | 0.4038 | 0.4986 |
Hunter Lab | 70.8654 | -21.5738 | 41.3771 |
CIE-Lab | 76.2035 | -20.6558 | 69.2347 |
#bbc42b color RGB value is (187,196,43).
#bbc42b hex color red value is 187, green value is 196 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bbc42b hue: 0.18 , saturation: 0.64 and the lightness value of bbc42b is 0.47.
The process color (four color CMYK) of #bbc42b color hex is 0.05, 0.00, 0.78, 0.23. Web safe color of #bbc42b is #cccc33. Color #bbc42b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11000100 | 00101011 |
Octal | 273 | 304 | 53 |
Decimal | 187 | 196 | 43 |
Hex | BB | C4 | 2B |
Shades of #bbc42b
Tints of #bbc42b
RGB Percentages of Color #bbc42b
CMYK Percentages of Color #bbc42b
Complementary Color
#bbc42b | #342bc4 |
#bbc42b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbc42b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbc42b Color CSS Codes
.mybgcolor {background-color:#bbc42b; } .myforecolor {color:#bbc42b; } .mybordercolor {border:3px solid #bbc42b; }
#bbc42b Text Font Color
<p style="color:#bbc42b">Text here</p>
This sample text font color is #bbc42b
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.
#bbc42b Background Color
<div style="background-color:#bbc42b">
Div content here</div>
This div background color is #bbc42b
#bbc42b Border Color
<div style="border:3px solid #bbc42b">
Div here</div>
This div border color is #bbc42b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,196,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbc42b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbc42b; -webkit-box-shadow: 1px 1px 3px 2px #bbc42b; box-shadow: 1px 1px 3px 2px #bbc42b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,196,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbc42b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbc42b; -webkit-box-shadow: 1px 1px 3px 2px #bbc42b; box-shadow: 1px 1px 3px 2px #bbc42b;">
Div content here</div>
This div box has shadow with color #bbc42b
Comments
No comments written yet.
Please login to write comment.