Shades of Conifer #BBDB66
Tints of Conifer #BBDB66
RGB
CMYK
RGB Variations
Color information
#BBDB66 (or 0xBBDB66) is known color: Conifer. HEX triplet: BB, DB and 66. RGB value is (187,219,102). Sum of RGB (Red+Green+Blue) = 187+219+102=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB66 is #442499. Grayscale: #C4C4C4. Windows color (decimal): -4465818 or 6740923. OLE color: 6740923.
HSL color Cylindrical-coordinate representation of color #BBDB66: hue angle of 76.41º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBDB66 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 102 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.14 |
| HSL | 76.41º | 0.62% | 0.63% | - |
| HSV(B) | 76.41º | 0.53% | 0.86% | - |
| XYZ | 48.22 | 62.19 | 22.03 | - |
| YUV | 196.09 | 74.9 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 102 | 0.15 | 0 | 0.53 | 0.14 | 76.41 | 0.62 | 0.63 |
| Hex | BB | DB | 66 | F | 0 | 35 | E | 4C | 3E | 3F |
| Octal | 273 | 333 | 146 | 17 | 0 | 65 | 16 | 114 | 76 | 77 |
| Binary | 10111011 | 11011011 | 1100110 | 1111 | 0 | 110101 | 1110 | 1001100 | 111110 | 111111 |
Color Harmonies of #BBDB66
Complementary color
Monochromatic Colors of #BBDB66
Black with #BBDB66
Text Example
Text Example
White with #BBDB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB66; }
p { color: rgb(187,219,102); }
H1.HeaderClassName
{
color: #BBDB66;
}
.AnyTagClassName
{
color: #BBDB66;
}
</style>
background-color css
<style>
a { background-color: #BBDB66; }
a { background-color: rgb(187,219,102); }
div.DivClassName
{
background-color: #BBDB66;
}
.BgClassName
{
background-color: #BBDB66;
}
</style>
border-color css
<style>
span { border-color: #BBDB66; }
span { border-color: rgb(187,219,102); }
td.TdClassName
{
border-color: #BBDB66;
}
.TagClassName
{
border-color: #BBDB66;
}
</style>