Shades of Conifer #B9DB47
Tints of Conifer #B9DB47
RGB
CMYK
RGB Variations
Color information
#B9DB47 (or 0xB9DB47) is known color: Conifer. HEX triplet: B9, DB and 47. RGB value is (185,219,71). Sum of RGB (Red+Green+Blue) = 185+219+71=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 71 (28.12% from 255 or 14.95% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DB47 is #4624B8. Grayscale: #C0C0C0. Windows color (decimal): -4596921 or 4709305. OLE color: 4709305.
HSL color Cylindrical-coordinate representation of color #B9DB47: hue angle of 73.78º 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 #B9DB47 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 219 | 71 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.14 |
| HSL | 73.78º | 0.67% | 0.57% | - |
| HSV(B) | 73.78º | 0.68% | 0.86% | - |
| XYZ | 46.48 | 61.43 | 15.37 | - |
| YUV | 191.96 | 59.74 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 219 | 71 | 0.16 | 0 | 0.68 | 0.14 | 73.78 | 0.67 | 0.57 |
| Hex | B9 | DB | 47 | 10 | 0 | 44 | E | 4A | 43 | 39 |
| Octal | 271 | 333 | 107 | 20 | 0 | 104 | 16 | 112 | 103 | 71 |
| Binary | 10111001 | 11011011 | 1000111 | 10000 | 0 | 1000100 | 1110 | 1001010 | 1000011 | 111001 |
Color Harmonies of #B9DB47
Complementary color
Monochromatic Colors of #B9DB47
Black with #B9DB47
Text Example
Text Example
White with #B9DB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DB47; }
p { color: rgb(185,219,71); }
H1.HeaderClassName
{
color: #B9DB47;
}
.AnyTagClassName
{
color: #B9DB47;
}
</style>
background-color css
<style>
a { background-color: #B9DB47; }
a { background-color: rgb(185,219,71); }
div.DivClassName
{
background-color: #B9DB47;
}
.BgClassName
{
background-color: #B9DB47;
}
</style>
border-color css
<style>
span { border-color: #B9DB47; }
span { border-color: rgb(185,219,71); }
td.TdClassName
{
border-color: #B9DB47;
}
.TagClassName
{
border-color: #B9DB47;
}
</style>