Shades of Conifer #B9E05F
Tints of Conifer #B9E05F
RGB
CMYK
RGB Variations
Color information
#B9E05F (or 0xB9E05F) is known color: Conifer. HEX triplet: B9, E0 and 5F. RGB value is (185,224,95). Sum of RGB (Red+Green+Blue) = 185+224+95=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E05F is #461FA0. Grayscale: #C6C6C6. Windows color (decimal): -4595617 or 6283449. OLE color: 6283449.
HSL color Cylindrical-coordinate representation of color #B9E05F: hue angle of 78.14º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9E05F is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 224 | 95 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.12 |
| HSL | 78.14º | 0.68% | 0.63% | - |
| HSV(B) | 78.14º | 0.58% | 0.88% | - |
| XYZ | 48.73 | 64.45 | 20.7 | - |
| YUV | 197.63 | 70.08 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 224 | 95 | 0.17 | 0 | 0.58 | 0.12 | 78.14 | 0.68 | 0.63 |
| Hex | B9 | E0 | 5F | 11 | 0 | 3A | C | 4E | 44 | 3F |
| Octal | 271 | 340 | 137 | 21 | 0 | 72 | 14 | 116 | 104 | 77 |
| Binary | 10111001 | 11100000 | 1011111 | 10001 | 0 | 111010 | 1100 | 1001110 | 1000100 | 111111 |
Color Harmonies of #B9E05F
Complementary color
Monochromatic Colors of #B9E05F
Black with #B9E05F
Text Example
Text Example
White with #B9E05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E05F; }
p { color: rgb(185,224,95); }
H1.HeaderClassName
{
color: #B9E05F;
}
.AnyTagClassName
{
color: #B9E05F;
}
</style>
background-color css
<style>
a { background-color: #B9E05F; }
a { background-color: rgb(185,224,95); }
div.DivClassName
{
background-color: #B9E05F;
}
.BgClassName
{
background-color: #B9E05F;
}
</style>
border-color css
<style>
span { border-color: #B9E05F; }
span { border-color: rgb(185,224,95); }
td.TdClassName
{
border-color: #B9E05F;
}
.TagClassName
{
border-color: #B9E05F;
}
</style>