Shades of Conifer #BBDB60
Tints of Conifer #BBDB60
RGB
CMYK
RGB Variations
Color information
#BBDB60 (or 0xBBDB60) is known color: Conifer. HEX triplet: BB, DB and 60. RGB value is (187,219,96). Sum of RGB (Red+Green+Blue) = 187+219+96=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB60 is #44249F. Grayscale: #C3C3C3. Windows color (decimal): -4465824 or 6347707. OLE color: 6347707.
HSL color Cylindrical-coordinate representation of color #BBDB60: hue angle of 75.61º 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 #BBDB60 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 96 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.14 |
| HSL | 75.61º | 0.63% | 0.62% | - |
| HSV(B) | 75.61º | 0.56% | 0.86% | - |
| XYZ | 47.94 | 62.07 | 20.52 | - |
| YUV | 195.41 | 71.9 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 96 | 0.15 | 0 | 0.56 | 0.14 | 75.61 | 0.63 | 0.62 |
| Hex | BB | DB | 60 | F | 0 | 38 | E | 4C | 3F | 3E |
| Octal | 273 | 333 | 140 | 17 | 0 | 70 | 16 | 114 | 77 | 76 |
| Binary | 10111011 | 11011011 | 1100000 | 1111 | 0 | 111000 | 1110 | 1001100 | 111111 | 111110 |
Color Harmonies of #BBDB60
Complementary color
Monochromatic Colors of #BBDB60
Black with #BBDB60
Text Example
Text Example
White with #BBDB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB60; }
p { color: rgb(187,219,96); }
H1.HeaderClassName
{
color: #BBDB60;
}
.AnyTagClassName
{
color: #BBDB60;
}
</style>
background-color css
<style>
a { background-color: #BBDB60; }
a { background-color: rgb(187,219,96); }
div.DivClassName
{
background-color: #BBDB60;
}
.BgClassName
{
background-color: #BBDB60;
}
</style>
border-color css
<style>
span { border-color: #BBDB60; }
span { border-color: rgb(187,219,96); }
td.TdClassName
{
border-color: #BBDB60;
}
.TagClassName
{
border-color: #BBDB60;
}
</style>