Shades of Conifer #B9E358
Tints of Conifer #B9E358
RGB
CMYK
RGB Variations
Color information
#B9E358 (or 0xB9E358) is known color: Conifer. HEX triplet: B9, E3 and 58. RGB value is (185,227,88). Sum of RGB (Red+Green+Blue) = 185+227+88=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 88 (34.77% from 255 or 17.6% from 500); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E358 is #461CA7. Grayscale: #C7C7C7. Windows color (decimal): -4594856 or 5825465. OLE color: 5825465.
HSL color Cylindrical-coordinate representation of color #B9E358: hue angle of 78.13º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9E358 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 227 | 88 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.11 |
| HSL | 78.13º | 0.71% | 0.62% | - |
| HSV(B) | 78.13º | 0.61% | 0.89% | - |
| XYZ | 49.24 | 65.96 | 19.37 | - |
| YUV | 198.6 | 65.59 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 227 | 88 | 0.19 | 0 | 0.61 | 0.11 | 78.13 | 0.71 | 0.62 |
| Hex | B9 | E3 | 58 | 13 | 0 | 3D | B | 4E | 47 | 3E |
| Octal | 271 | 343 | 130 | 23 | 0 | 75 | 13 | 116 | 107 | 76 |
| Binary | 10111001 | 11100011 | 1011000 | 10011 | 0 | 111101 | 1011 | 1001110 | 1000111 | 111110 |
Color Harmonies of #B9E358
Complementary color
Monochromatic Colors of #B9E358
Black with #B9E358
Text Example
Text Example
White with #B9E358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E358; }
p { color: rgb(185,227,88); }
H1.HeaderClassName
{
color: #B9E358;
}
.AnyTagClassName
{
color: #B9E358;
}
</style>
background-color css
<style>
a { background-color: #B9E358; }
a { background-color: rgb(185,227,88); }
div.DivClassName
{
background-color: #B9E358;
}
.BgClassName
{
background-color: #B9E358;
}
</style>
border-color css
<style>
span { border-color: #B9E358; }
span { border-color: rgb(185,227,88); }
td.TdClassName
{
border-color: #B9E358;
}
.TagClassName
{
border-color: #B9E358;
}
</style>