Shades of Conifer #BBDB61
Tints of Conifer #BBDB61
RGB
CMYK
RGB Variations
Color information
#BBDB61 (or 0xBBDB61) is known color: Conifer. HEX triplet: BB, DB and 61. RGB value is (187,219,97). Sum of RGB (Red+Green+Blue) = 187+219+97=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 97 (38.28% from 255 or 19.28% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB61 is #44249E. Grayscale: #C3C3C3. Windows color (decimal): -4465823 or 6413243. OLE color: 6413243.
HSL color Cylindrical-coordinate representation of color #BBDB61: hue angle of 75.74º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBDB61 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 97 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.14 |
| HSL | 75.74º | 0.63% | 0.62% | - |
| HSV(B) | 75.74º | 0.56% | 0.86% | - |
| XYZ | 47.98 | 62.09 | 20.77 | - |
| YUV | 195.52 | 72.4 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 97 | 0.15 | 0 | 0.56 | 0.14 | 75.74 | 0.63 | 0.62 |
| Hex | BB | DB | 61 | F | 0 | 38 | E | 4C | 3F | 3E |
| Octal | 273 | 333 | 141 | 17 | 0 | 70 | 16 | 114 | 77 | 76 |
| Binary | 10111011 | 11011011 | 1100001 | 1111 | 0 | 111000 | 1110 | 1001100 | 111111 | 111110 |
Color Harmonies of #BBDB61
Complementary color
Monochromatic Colors of #BBDB61
Black with #BBDB61
Text Example
Text Example
White with #BBDB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB61; }
p { color: rgb(187,219,97); }
H1.HeaderClassName
{
color: #BBDB61;
}
.AnyTagClassName
{
color: #BBDB61;
}
</style>
background-color css
<style>
a { background-color: #BBDB61; }
a { background-color: rgb(187,219,97); }
div.DivClassName
{
background-color: #BBDB61;
}
.BgClassName
{
background-color: #BBDB61;
}
</style>
border-color css
<style>
span { border-color: #BBDB61; }
span { border-color: rgb(187,219,97); }
td.TdClassName
{
border-color: #BBDB61;
}
.TagClassName
{
border-color: #BBDB61;
}
</style>