Shades of Conifer #B9EC5A
Tints of Conifer #B9EC5A
RGB
CMYK
RGB Variations
Color information
#B9EC5A (or 0xB9EC5A) is known color: Conifer. HEX triplet: B9, EC and 5A. RGB value is (185,236,90). Sum of RGB (Red+Green+Blue) = 185+236+90=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #B9EC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9EC5A is #4613A5. Grayscale: #CCCCCC. Windows color (decimal): -4592550 or 5958841. OLE color: 5958841.
HSL color Cylindrical-coordinate representation of color #B9EC5A: hue angle of 80.96º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9EC5A is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 236 | 90 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.07 |
| HSL | 80.96º | 0.79% | 0.64% | - |
| HSV(B) | 80.96º | 0.62% | 0.93% | - |
| XYZ | 51.85 | 71.04 | 20.65 | - |
| YUV | 204.11 | 63.6 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 236 | 90 | 0.22 | 0 | 0.62 | 0.07 | 80.96 | 0.79 | 0.64 |
| Hex | B9 | EC | 5A | 16 | 0 | 3E | 7 | 51 | 4F | 40 |
| Octal | 271 | 354 | 132 | 26 | 0 | 76 | 7 | 121 | 117 | 100 |
| Binary | 10111001 | 11101100 | 1011010 | 10110 | 0 | 111110 | 111 | 1010001 | 1001111 | 1000000 |
Color Harmonies of #B9EC5A
Complementary color
Monochromatic Colors of #B9EC5A
Black with #B9EC5A
Text Example
Text Example
White with #B9EC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EC5A; }
p { color: rgb(185,236,90); }
H1.HeaderClassName
{
color: #B9EC5A;
}
.AnyTagClassName
{
color: #B9EC5A;
}
</style>
background-color css
<style>
a { background-color: #B9EC5A; }
a { background-color: rgb(185,236,90); }
div.DivClassName
{
background-color: #B9EC5A;
}
.BgClassName
{
background-color: #B9EC5A;
}
</style>
border-color css
<style>
span { border-color: #B9EC5A; }
span { border-color: rgb(185,236,90); }
td.TdClassName
{
border-color: #B9EC5A;
}
.TagClassName
{
border-color: #B9EC5A;
}
</style>