Shades of Conifer #B9E55F
Tints of Conifer #B9E55F
RGB
CMYK
RGB Variations
Color information
#B9E55F (or 0xB9E55F) is known color: Conifer. HEX triplet: B9, E5 and 5F. RGB value is (185,229,95). Sum of RGB (Red+Green+Blue) = 185+229+95=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #B9E55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E55F is #461AA0. Grayscale: #C9C9C9. Windows color (decimal): -4594337 or 6284729. OLE color: 6284729.
HSL color Cylindrical-coordinate representation of color #B9E55F: hue angle of 79.7º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9E55F is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 229 | 95 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.10 |
| HSL | 79.7º | 0.72% | 0.64% | - |
| HSV(B) | 79.7º | 0.59% | 0.9% | - |
| XYZ | 50.09 | 67.18 | 21.15 | - |
| YUV | 200.57 | 68.42 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 229 | 95 | 0.19 | 0 | 0.59 | 0.10 | 79.7 | 0.72 | 0.64 |
| Hex | B9 | E5 | 5F | 13 | 0 | 3B | A | 50 | 48 | 40 |
| Octal | 271 | 345 | 137 | 23 | 0 | 73 | 12 | 120 | 110 | 100 |
| Binary | 10111001 | 11100101 | 1011111 | 10011 | 0 | 111011 | 1010 | 1010000 | 1001000 | 1000000 |
Color Harmonies of #B9E55F
Complementary color
Monochromatic Colors of #B9E55F
Black with #B9E55F
Text Example
Text Example
White with #B9E55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E55F; }
p { color: rgb(185,229,95); }
H1.HeaderClassName
{
color: #B9E55F;
}
.AnyTagClassName
{
color: #B9E55F;
}
</style>
background-color css
<style>
a { background-color: #B9E55F; }
a { background-color: rgb(185,229,95); }
div.DivClassName
{
background-color: #B9E55F;
}
.BgClassName
{
background-color: #B9E55F;
}
</style>
border-color css
<style>
span { border-color: #B9E55F; }
span { border-color: rgb(185,229,95); }
td.TdClassName
{
border-color: #B9E55F;
}
.TagClassName
{
border-color: #B9E55F;
}
</style>