Shades of Conifer #B9DB45
Tints of Conifer #B9DB45
RGB
CMYK
RGB Variations
Color information
#B9DB45 (or 0xB9DB45) is known color: Conifer. HEX triplet: B9, DB and 45. RGB value is (185,219,69). Sum of RGB (Red+Green+Blue) = 185+219+69=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DB45 is #4624BA. Grayscale: #C0C0C0. Windows color (decimal): -4596923 or 4578233. OLE color: 4578233.
HSL color Cylindrical-coordinate representation of color #B9DB45: hue angle of 73.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9DB45 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 219 | 69 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.14 |
| HSL | 73.6º | 0.68% | 0.56% | - |
| HSV(B) | 73.6º | 0.68% | 0.86% | - |
| XYZ | 46.41 | 61.41 | 15.04 | - |
| YUV | 191.73 | 58.74 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 219 | 69 | 0.16 | 0 | 0.68 | 0.14 | 73.6 | 0.68 | 0.56 |
| Hex | B9 | DB | 45 | 10 | 0 | 44 | E | 4A | 44 | 38 |
| Octal | 271 | 333 | 105 | 20 | 0 | 104 | 16 | 112 | 104 | 70 |
| Binary | 10111001 | 11011011 | 1000101 | 10000 | 0 | 1000100 | 1110 | 1001010 | 1000100 | 111000 |
Color Harmonies of #B9DB45
Complementary color
Monochromatic Colors of #B9DB45
Black with #B9DB45
Text Example
Text Example
White with #B9DB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DB45; }
p { color: rgb(185,219,69); }
H1.HeaderClassName
{
color: #B9DB45;
}
.AnyTagClassName
{
color: #B9DB45;
}
</style>
background-color css
<style>
a { background-color: #B9DB45; }
a { background-color: rgb(185,219,69); }
div.DivClassName
{
background-color: #B9DB45;
}
.BgClassName
{
background-color: #B9DB45;
}
</style>
border-color css
<style>
span { border-color: #B9DB45; }
span { border-color: rgb(185,219,69); }
td.TdClassName
{
border-color: #B9DB45;
}
.TagClassName
{
border-color: #B9DB45;
}
</style>