Shades of Conifer #B9E85A
Tints of Conifer #B9E85A
RGB
CMYK
RGB Variations
Color information
#B9E85A (or 0xB9E85A) is known color: Conifer. HEX triplet: B9, E8 and 5A. RGB value is (185,232,90). Sum of RGB (Red+Green+Blue) = 185+232+90=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 232 (91.02% from 255 or 45.76% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 232 - color contains mainly: green. Hex color #B9E85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9E85A is #4617A5. Grayscale: #CACACA. Windows color (decimal): -4593574 or 5957817. OLE color: 5957817.
HSL color Cylindrical-coordinate representation of color #B9E85A: hue angle of 79.86º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9E85A is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 232 | 90 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.09 |
| HSL | 79.86º | 0.76% | 0.63% | - |
| HSV(B) | 79.86º | 0.61% | 0.91% | - |
| XYZ | 50.71 | 68.77 | 20.27 | - |
| YUV | 201.76 | 64.93 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 232 | 90 | 0.20 | 0 | 0.61 | 0.09 | 79.86 | 0.76 | 0.63 |
| Hex | B9 | E8 | 5A | 14 | 0 | 3D | 9 | 50 | 4C | 3F |
| Octal | 271 | 350 | 132 | 24 | 0 | 75 | 11 | 120 | 114 | 77 |
| Binary | 10111001 | 11101000 | 1011010 | 10100 | 0 | 111101 | 1001 | 1010000 | 1001100 | 111111 |
Color Harmonies of #B9E85A
Complementary color
Monochromatic Colors of #B9E85A
Black with #B9E85A
Text Example
Text Example
White with #B9E85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E85A; }
p { color: rgb(185,232,90); }
H1.HeaderClassName
{
color: #B9E85A;
}
.AnyTagClassName
{
color: #B9E85A;
}
</style>
background-color css
<style>
a { background-color: #B9E85A; }
a { background-color: rgb(185,232,90); }
div.DivClassName
{
background-color: #B9E85A;
}
.BgClassName
{
background-color: #B9E85A;
}
</style>
border-color css
<style>
span { border-color: #B9E85A; }
span { border-color: rgb(185,232,90); }
td.TdClassName
{
border-color: #B9E85A;
}
.TagClassName
{
border-color: #B9E85A;
}
</style>