Shades of Conifer #B9E15F
Tints of Conifer #B9E15F
RGB
CMYK
RGB Variations
Color information
#B9E15F (or 0xB9E15F) is known color: Conifer. HEX triplet: B9, E1 and 5F. RGB value is (185,225,95). Sum of RGB (Red+Green+Blue) = 185+225+95=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E15F is #461EA0. Grayscale: #C6C6C6. Windows color (decimal): -4595361 or 6283705. OLE color: 6283705.
HSL color Cylindrical-coordinate representation of color #B9E15F: hue angle of 78.46º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9E15F is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 225 | 95 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.12 |
| HSL | 78.46º | 0.68% | 0.63% | - |
| HSV(B) | 78.46º | 0.58% | 0.88% | - |
| XYZ | 49 | 64.99 | 20.79 | - |
| YUV | 198.22 | 69.75 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 225 | 95 | 0.18 | 0 | 0.58 | 0.12 | 78.46 | 0.68 | 0.63 |
| Hex | B9 | E1 | 5F | 12 | 0 | 3A | C | 4E | 44 | 3F |
| Octal | 271 | 341 | 137 | 22 | 0 | 72 | 14 | 116 | 104 | 77 |
| Binary | 10111001 | 11100001 | 1011111 | 10010 | 0 | 111010 | 1100 | 1001110 | 1000100 | 111111 |
Color Harmonies of #B9E15F
Complementary color
Monochromatic Colors of #B9E15F
Black with #B9E15F
Text Example
Text Example
White with #B9E15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E15F; }
p { color: rgb(185,225,95); }
H1.HeaderClassName
{
color: #B9E15F;
}
.AnyTagClassName
{
color: #B9E15F;
}
</style>
background-color css
<style>
a { background-color: #B9E15F; }
a { background-color: rgb(185,225,95); }
div.DivClassName
{
background-color: #B9E15F;
}
.BgClassName
{
background-color: #B9E15F;
}
</style>
border-color css
<style>
span { border-color: #B9E15F; }
span { border-color: rgb(185,225,95); }
td.TdClassName
{
border-color: #B9E15F;
}
.TagClassName
{
border-color: #B9E15F;
}
</style>