Shades of Conifer #BBDC66
Tints of Conifer #BBDC66
RGB
CMYK
RGB Variations
Color information
#BBDC66 (or 0xBBDC66) is known color: Conifer. HEX triplet: BB, DC and 66. RGB value is (187,220,102). Sum of RGB (Red+Green+Blue) = 187+220+102=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC66 is #442399. Grayscale: #C5C5C5. Windows color (decimal): -4465562 or 6741179. OLE color: 6741179.
HSL color Cylindrical-coordinate representation of color #BBDC66: hue angle of 76.78º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBDC66 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 102 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.14 |
| HSL | 76.78º | 0.63% | 0.63% | - |
| HSV(B) | 76.78º | 0.54% | 0.86% | - |
| XYZ | 48.48 | 62.71 | 22.12 | - |
| YUV | 196.68 | 74.57 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 102 | 0.15 | 0 | 0.54 | 0.14 | 76.78 | 0.63 | 0.63 |
| Hex | BB | DC | 66 | F | 0 | 36 | E | 4D | 3F | 3F |
| Octal | 273 | 334 | 146 | 17 | 0 | 66 | 16 | 115 | 77 | 77 |
| Binary | 10111011 | 11011100 | 1100110 | 1111 | 0 | 110110 | 1110 | 1001101 | 111111 | 111111 |
Color Harmonies of #BBDC66
Complementary color
Monochromatic Colors of #BBDC66
Black with #BBDC66
Text Example
Text Example
White with #BBDC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC66; }
p { color: rgb(187,220,102); }
H1.HeaderClassName
{
color: #BBDC66;
}
.AnyTagClassName
{
color: #BBDC66;
}
</style>
background-color css
<style>
a { background-color: #BBDC66; }
a { background-color: rgb(187,220,102); }
div.DivClassName
{
background-color: #BBDC66;
}
.BgClassName
{
background-color: #BBDC66;
}
</style>
border-color css
<style>
span { border-color: #BBDC66; }
span { border-color: rgb(187,220,102); }
td.TdClassName
{
border-color: #BBDC66;
}
.TagClassName
{
border-color: #BBDC66;
}
</style>