Shades of Conifer #B9D85D
Tints of Conifer #B9D85D
RGB
CMYK
RGB Variations
Color information
#B9D85D (or 0xB9D85D) is known color: Conifer. HEX triplet: B9, D8 and 5D. RGB value is (185,216,93). Sum of RGB (Red+Green+Blue) = 185+216+93=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D85D is #4627A2. Grayscale: #C1C1C1. Windows color (decimal): -4597667 or 6150329. OLE color: 6150329.
HSL color Cylindrical-coordinate representation of color #B9D85D: hue angle of 75.12º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9D85D is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 93 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.15 |
| HSL | 75.12º | 0.61% | 0.61% | - |
| HSV(B) | 75.12º | 0.57% | 0.85% | - |
| XYZ | 46.54 | 60.22 | 19.53 | - |
| YUV | 192.71 | 71.73 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 93 | 0.14 | 0 | 0.57 | 0.15 | 75.12 | 0.61 | 0.61 |
| Hex | B9 | D8 | 5D | E | 0 | 39 | F | 4B | 3D | 3D |
| Octal | 271 | 330 | 135 | 16 | 0 | 71 | 17 | 113 | 75 | 75 |
| Binary | 10111001 | 11011000 | 1011101 | 1110 | 0 | 111001 | 1111 | 1001011 | 111101 | 111101 |
Color Harmonies of #B9D85D
Complementary color
Monochromatic Colors of #B9D85D
Black with #B9D85D
Text Example
Text Example
White with #B9D85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D85D; }
p { color: rgb(185,216,93); }
H1.HeaderClassName
{
color: #B9D85D;
}
.AnyTagClassName
{
color: #B9D85D;
}
</style>
background-color css
<style>
a { background-color: #B9D85D; }
a { background-color: rgb(185,216,93); }
div.DivClassName
{
background-color: #B9D85D;
}
.BgClassName
{
background-color: #B9D85D;
}
</style>
border-color css
<style>
span { border-color: #B9D85D; }
span { border-color: rgb(185,216,93); }
td.TdClassName
{
border-color: #B9D85D;
}
.TagClassName
{
border-color: #B9D85D;
}
</style>