Shades of Conifer #B9E15E
Tints of Conifer #B9E15E
RGB
CMYK
RGB Variations
Color information
#B9E15E (or 0xB9E15E) is known color: Conifer. HEX triplet: B9, E1 and 5E. RGB value is (185,225,94). Sum of RGB (Red+Green+Blue) = 185+225+94=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 94 (37.11% from 255 or 18.65% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E15E is #461EA1. Grayscale: #C6C6C6. Windows color (decimal): -4595362 or 6218169. OLE color: 6218169.
HSL color Cylindrical-coordinate representation of color #B9E15E: hue angle of 78.32º degrees, saturation: 0.69, 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 #B9E15E is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 225 | 94 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.12 |
| HSL | 78.32º | 0.69% | 0.63% | - |
| HSV(B) | 78.32º | 0.58% | 0.88% | - |
| XYZ | 48.95 | 64.97 | 20.55 | - |
| YUV | 198.11 | 69.25 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 225 | 94 | 0.18 | 0 | 0.58 | 0.12 | 78.32 | 0.69 | 0.63 |
| Hex | B9 | E1 | 5E | 12 | 0 | 3A | C | 4E | 45 | 3F |
| Octal | 271 | 341 | 136 | 22 | 0 | 72 | 14 | 116 | 105 | 77 |
| Binary | 10111001 | 11100001 | 1011110 | 10010 | 0 | 111010 | 1100 | 1001110 | 1000101 | 111111 |
Color Harmonies of #B9E15E
Complementary color
Monochromatic Colors of #B9E15E
Black with #B9E15E
Text Example
Text Example
White with #B9E15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E15E; }
p { color: rgb(185,225,94); }
H1.HeaderClassName
{
color: #B9E15E;
}
.AnyTagClassName
{
color: #B9E15E;
}
</style>
background-color css
<style>
a { background-color: #B9E15E; }
a { background-color: rgb(185,225,94); }
div.DivClassName
{
background-color: #B9E15E;
}
.BgClassName
{
background-color: #B9E15E;
}
</style>
border-color css
<style>
span { border-color: #B9E15E; }
span { border-color: rgb(185,225,94); }
td.TdClassName
{
border-color: #B9E15E;
}
.TagClassName
{
border-color: #B9E15E;
}
</style>