Shades of Conifer #BBDB51
Tints of Conifer #BBDB51
RGB
CMYK
RGB Variations
Color information
#BBDB51 (or 0xBBDB51) is known color: Conifer. HEX triplet: BB, DB and 51. RGB value is (187,219,81). Sum of RGB (Red+Green+Blue) = 187+219+81=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 81 (32.03% from 255 or 16.63% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB51 is #4424AE. Grayscale: #C2C2C2. Windows color (decimal): -4465839 or 5364667. OLE color: 5364667.
HSL color Cylindrical-coordinate representation of color #BBDB51: hue angle of 73.91º degrees, saturation: 0.66, 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 #BBDB51 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 81 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.14 |
| HSL | 73.91º | 0.66% | 0.59% | - |
| HSV(B) | 73.91º | 0.63% | 0.86% | - |
| XYZ | 47.31 | 61.82 | 17.22 | - |
| YUV | 193.7 | 64.4 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 81 | 0.15 | 0 | 0.63 | 0.14 | 73.91 | 0.66 | 0.59 |
| Hex | BB | DB | 51 | F | 0 | 3F | E | 4A | 42 | 3B |
| Octal | 273 | 333 | 121 | 17 | 0 | 77 | 16 | 112 | 102 | 73 |
| Binary | 10111011 | 11011011 | 1010001 | 1111 | 0 | 111111 | 1110 | 1001010 | 1000010 | 111011 |
Color Harmonies of #BBDB51
Complementary color
Monochromatic Colors of #BBDB51
Black with #BBDB51
Text Example
Text Example
White with #BBDB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB51; }
p { color: rgb(187,219,81); }
H1.HeaderClassName
{
color: #BBDB51;
}
.AnyTagClassName
{
color: #BBDB51;
}
</style>
background-color css
<style>
a { background-color: #BBDB51; }
a { background-color: rgb(187,219,81); }
div.DivClassName
{
background-color: #BBDB51;
}
.BgClassName
{
background-color: #BBDB51;
}
</style>
border-color css
<style>
span { border-color: #BBDB51; }
span { border-color: rgb(187,219,81); }
td.TdClassName
{
border-color: #BBDB51;
}
.TagClassName
{
border-color: #BBDB51;
}
</style>