Shades of Conifer #B9D95F
Tints of Conifer #B9D95F
RGB
CMYK
RGB Variations
Color information
#B9D95F (or 0xB9D95F) is known color: Conifer. HEX triplet: B9, D9 and 5F. RGB value is (185,217,95). Sum of RGB (Red+Green+Blue) = 185+217+95=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 95 (37.5% from 255 or 19.11% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D95F is #4626A0. Grayscale: #C1C1C1. Windows color (decimal): -4597409 or 6281657. OLE color: 6281657.
HSL color Cylindrical-coordinate representation of color #B9D95F: hue angle of 75.74º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9D95F is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 217 | 95 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.15 |
| HSL | 75.74º | 0.62% | 0.61% | - |
| HSV(B) | 75.74º | 0.56% | 0.85% | - |
| XYZ | 46.89 | 60.77 | 20.08 | - |
| YUV | 193.52 | 72.4 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 217 | 95 | 0.15 | 0 | 0.56 | 0.15 | 75.74 | 0.62 | 0.61 |
| Hex | B9 | D9 | 5F | F | 0 | 38 | F | 4C | 3E | 3D |
| Octal | 271 | 331 | 137 | 17 | 0 | 70 | 17 | 114 | 76 | 75 |
| Binary | 10111001 | 11011001 | 1011111 | 1111 | 0 | 111000 | 1111 | 1001100 | 111110 | 111101 |
Color Harmonies of #B9D95F
Complementary color
Monochromatic Colors of #B9D95F
Black with #B9D95F
Text Example
Text Example
White with #B9D95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D95F; }
p { color: rgb(185,217,95); }
H1.HeaderClassName
{
color: #B9D95F;
}
.AnyTagClassName
{
color: #B9D95F;
}
</style>
background-color css
<style>
a { background-color: #B9D95F; }
a { background-color: rgb(185,217,95); }
div.DivClassName
{
background-color: #B9D95F;
}
.BgClassName
{
background-color: #B9D95F;
}
</style>
border-color css
<style>
span { border-color: #B9D95F; }
span { border-color: rgb(185,217,95); }
td.TdClassName
{
border-color: #B9D95F;
}
.TagClassName
{
border-color: #B9D95F;
}
</style>