Shades of Conifer #B9DB5A
Tints of Conifer #B9DB5A
RGB
CMYK
RGB Variations
Color information
#B9DB5A (or 0xB9DB5A) is known color: Conifer. HEX triplet: B9, DB and 5A. RGB value is (185,219,90). Sum of RGB (Red+Green+Blue) = 185+219+90=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DB5A is #4624A5. Grayscale: #C2C2C2. Windows color (decimal): -4596902 or 5954489. OLE color: 5954489.
HSL color Cylindrical-coordinate representation of color #B9DB5A: hue angle of 75.81º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9DB5A is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 219 | 90 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.14 |
| HSL | 75.81º | 0.64% | 0.61% | - |
| HSV(B) | 75.81º | 0.59% | 0.86% | - |
| XYZ | 47.18 | 61.72 | 19.1 | - |
| YUV | 194.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 219 | 90 | 0.16 | 0 | 0.59 | 0.14 | 75.81 | 0.64 | 0.61 |
| Hex | B9 | DB | 5A | 10 | 0 | 3B | E | 4C | 40 | 3D |
| Octal | 271 | 333 | 132 | 20 | 0 | 73 | 16 | 114 | 100 | 75 |
| Binary | 10111001 | 11011011 | 1011010 | 10000 | 0 | 111011 | 1110 | 1001100 | 1000000 | 111101 |
Color Harmonies of #B9DB5A
Complementary color
Monochromatic Colors of #B9DB5A
Black with #B9DB5A
Text Example
Text Example
White with #B9DB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DB5A; }
p { color: rgb(185,219,90); }
H1.HeaderClassName
{
color: #B9DB5A;
}
.AnyTagClassName
{
color: #B9DB5A;
}
</style>
background-color css
<style>
a { background-color: #B9DB5A; }
a { background-color: rgb(185,219,90); }
div.DivClassName
{
background-color: #B9DB5A;
}
.BgClassName
{
background-color: #B9DB5A;
}
</style>
border-color css
<style>
span { border-color: #B9DB5A; }
span { border-color: rgb(185,219,90); }
td.TdClassName
{
border-color: #B9DB5A;
}
.TagClassName
{
border-color: #B9DB5A;
}
</style>