Shades of Conifer #BBDB47
Tints of Conifer #BBDB47
RGB
CMYK
RGB Variations
Color information
#BBDB47 (or 0xBBDB47) is known color: Conifer. HEX triplet: BB, DB and 47. RGB value is (187,219,71). Sum of RGB (Red+Green+Blue) = 187+219+71=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 71 (28.12% from 255 or 14.88% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDB47 is #4424B8. Grayscale: #C1C1C1. Windows color (decimal): -4465849 or 4709307. OLE color: 4709307.
HSL color Cylindrical-coordinate representation of color #BBDB47: hue angle of 72.97º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBDB47 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 71 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.14 |
| HSL | 72.97º | 0.67% | 0.57% | - |
| HSV(B) | 72.97º | 0.68% | 0.86% | - |
| XYZ | 46.96 | 61.68 | 15.39 | - |
| YUV | 192.56 | 59.4 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 71 | 0.15 | 0 | 0.68 | 0.14 | 72.97 | 0.67 | 0.57 |
| Hex | BB | DB | 47 | F | 0 | 44 | E | 49 | 43 | 39 |
| Octal | 273 | 333 | 107 | 17 | 0 | 104 | 16 | 111 | 103 | 71 |
| Binary | 10111011 | 11011011 | 1000111 | 1111 | 0 | 1000100 | 1110 | 1001001 | 1000011 | 111001 |
Color Harmonies of #BBDB47
Complementary color
Monochromatic Colors of #BBDB47
Black with #BBDB47
Text Example
Text Example
White with #BBDB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB47; }
p { color: rgb(187,219,71); }
H1.HeaderClassName
{
color: #BBDB47;
}
.AnyTagClassName
{
color: #BBDB47;
}
</style>
background-color css
<style>
a { background-color: #BBDB47; }
a { background-color: rgb(187,219,71); }
div.DivClassName
{
background-color: #BBDB47;
}
.BgClassName
{
background-color: #BBDB47;
}
</style>
border-color css
<style>
span { border-color: #BBDB47; }
span { border-color: rgb(187,219,71); }
td.TdClassName
{
border-color: #BBDB47;
}
.TagClassName
{
border-color: #BBDB47;
}
</style>