Shades of Conifer #BBDC51
Tints of Conifer #BBDC51
RGB
CMYK
RGB Variations
Color information
#BBDC51 (or 0xBBDC51) is known color: Conifer. HEX triplet: BB, DC and 51. RGB value is (187,220,81). Sum of RGB (Red+Green+Blue) = 187+220+81=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 81 (32.03% from 255 or 16.60% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC51 is #4423AE. Grayscale: #C2C2C2. Windows color (decimal): -4465583 or 5364923. OLE color: 5364923.
HSL color Cylindrical-coordinate representation of color #BBDC51: hue angle of 74.24º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBDC51 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 81 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.14 |
| HSL | 74.24º | 0.67% | 0.59% | - |
| HSV(B) | 74.24º | 0.63% | 0.86% | - |
| XYZ | 47.57 | 62.35 | 17.31 | - |
| YUV | 194.29 | 64.07 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 81 | 0.15 | 0 | 0.63 | 0.14 | 74.24 | 0.67 | 0.59 |
| Hex | BB | DC | 51 | F | 0 | 3F | E | 4A | 43 | 3B |
| Octal | 273 | 334 | 121 | 17 | 0 | 77 | 16 | 112 | 103 | 73 |
| Binary | 10111011 | 11011100 | 1010001 | 1111 | 0 | 111111 | 1110 | 1001010 | 1000011 | 111011 |
Color Harmonies of #BBDC51
Complementary color
Monochromatic Colors of #BBDC51
Black with #BBDC51
Text Example
Text Example
White with #BBDC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC51; }
p { color: rgb(187,220,81); }
H1.HeaderClassName
{
color: #BBDC51;
}
.AnyTagClassName
{
color: #BBDC51;
}
</style>
background-color css
<style>
a { background-color: #BBDC51; }
a { background-color: rgb(187,220,81); }
div.DivClassName
{
background-color: #BBDC51;
}
.BgClassName
{
background-color: #BBDC51;
}
</style>
border-color css
<style>
span { border-color: #BBDC51; }
span { border-color: rgb(187,220,81); }
td.TdClassName
{
border-color: #BBDC51;
}
.TagClassName
{
border-color: #BBDC51;
}
</style>