Shades of Conifer #B9E45B
Tints of Conifer #B9E45B
RGB
CMYK
RGB Variations
Color information
#B9E45B (or 0xB9E45B) is known color: Conifer. HEX triplet: B9, E4 and 5B. RGB value is (185,228,91). Sum of RGB (Red+Green+Blue) = 185+228+91=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 91 (35.94% from 255 or 18.06% from 504); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E45B is #461BA4. Grayscale: #C8C8C8. Windows color (decimal): -4594597 or 6022329. OLE color: 6022329.
HSL color Cylindrical-coordinate representation of color #B9E45B: hue angle of 78.83º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9E45B is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 228 | 91 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.11 |
| HSL | 78.83º | 0.72% | 0.63% | - |
| HSV(B) | 78.83º | 0.6% | 0.89% | - |
| XYZ | 49.64 | 66.56 | 20.13 | - |
| YUV | 199.53 | 66.75 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 228 | 91 | 0.19 | 0 | 0.60 | 0.11 | 78.83 | 0.72 | 0.63 |
| Hex | B9 | E4 | 5B | 13 | 0 | 3C | B | 4F | 48 | 3F |
| Octal | 271 | 344 | 133 | 23 | 0 | 74 | 13 | 117 | 110 | 77 |
| Binary | 10111001 | 11100100 | 1011011 | 10011 | 0 | 111100 | 1011 | 1001111 | 1001000 | 111111 |
Color Harmonies of #B9E45B
Complementary color
Monochromatic Colors of #B9E45B
Black with #B9E45B
Text Example
Text Example
White with #B9E45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E45B; }
p { color: rgb(185,228,91); }
H1.HeaderClassName
{
color: #B9E45B;
}
.AnyTagClassName
{
color: #B9E45B;
}
</style>
background-color css
<style>
a { background-color: #B9E45B; }
a { background-color: rgb(185,228,91); }
div.DivClassName
{
background-color: #B9E45B;
}
.BgClassName
{
background-color: #B9E45B;
}
</style>
border-color css
<style>
span { border-color: #B9E45B; }
span { border-color: rgb(185,228,91); }
td.TdClassName
{
border-color: #B9E45B;
}
.TagClassName
{
border-color: #B9E45B;
}
</style>