Shades of Conifer #B9E845
Tints of Conifer #B9E845
RGB
CMYK
RGB Variations
Color information
#B9E845 (or 0xB9E845) is known color: Conifer. HEX triplet: B9, E8 and 45. RGB value is (185,232,69). Sum of RGB (Red+Green+Blue) = 185+232+69=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 232 - color contains mainly: green. Hex color #B9E845 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9E845 is #4617BA. Grayscale: #C7C7C7. Windows color (decimal): -4593595 or 4581561. OLE color: 4581561.
HSL color Cylindrical-coordinate representation of color #B9E845: hue angle of 77.3º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9E845 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 232 | 69 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.09 |
| HSL | 77.3º | 0.78% | 0.59% | - |
| HSV(B) | 77.3º | 0.7% | 0.91% | - |
| XYZ | 49.94 | 68.46 | 16.21 | - |
| YUV | 199.37 | 54.43 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 232 | 69 | 0.20 | 0 | 0.70 | 0.09 | 77.3 | 0.78 | 0.59 |
| Hex | B9 | E8 | 45 | 14 | 0 | 46 | 9 | 4D | 4E | 3B |
| Octal | 271 | 350 | 105 | 24 | 0 | 106 | 11 | 115 | 116 | 73 |
| Binary | 10111001 | 11101000 | 1000101 | 10100 | 0 | 1000110 | 1001 | 1001101 | 1001110 | 111011 |
Color Harmonies of #B9E845
Complementary color
Monochromatic Colors of #B9E845
Black with #B9E845
Text Example
Text Example
White with #B9E845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E845; }
p { color: rgb(185,232,69); }
H1.HeaderClassName
{
color: #B9E845;
}
.AnyTagClassName
{
color: #B9E845;
}
</style>
background-color css
<style>
a { background-color: #B9E845; }
a { background-color: rgb(185,232,69); }
div.DivClassName
{
background-color: #B9E845;
}
.BgClassName
{
background-color: #B9E845;
}
</style>
border-color css
<style>
span { border-color: #B9E845; }
span { border-color: rgb(185,232,69); }
td.TdClassName
{
border-color: #B9E845;
}
.TagClassName
{
border-color: #B9E845;
}
</style>