Shades of Conifer #B9E564
Tints of Conifer #B9E564
RGB
CMYK
RGB Variations
Color information
#B9E564 (or 0xB9E564) is known color: Conifer. HEX triplet: B9, E5 and 64. RGB value is (185,229,100). Sum of RGB (Red+Green+Blue) = 185+229+100=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #B9E564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E564 is #461A9B. Grayscale: #C9C9C9. Windows color (decimal): -4594332 or 6612409. OLE color: 6612409.
HSL color Cylindrical-coordinate representation of color #B9E564: hue angle of 80.47º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9E564 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 229 | 100 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.10 |
| HSL | 80.47º | 0.71% | 0.65% | - |
| HSV(B) | 80.47º | 0.56% | 0.9% | - |
| XYZ | 50.33 | 67.27 | 22.39 | - |
| YUV | 201.14 | 70.92 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 229 | 100 | 0.19 | 0 | 0.56 | 0.10 | 80.47 | 0.71 | 0.65 |
| Hex | B9 | E5 | 64 | 13 | 0 | 38 | A | 50 | 47 | 41 |
| Octal | 271 | 345 | 144 | 23 | 0 | 70 | 12 | 120 | 107 | 101 |
| Binary | 10111001 | 11100101 | 1100100 | 10011 | 0 | 111000 | 1010 | 1010000 | 1000111 | 1000001 |
Color Harmonies of #B9E564
Complementary color
Monochromatic Colors of #B9E564
Black with #B9E564
Text Example
Text Example
White with #B9E564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E564; }
p { color: rgb(185,229,100); }
H1.HeaderClassName
{
color: #B9E564;
}
.AnyTagClassName
{
color: #B9E564;
}
</style>
background-color css
<style>
a { background-color: #B9E564; }
a { background-color: rgb(185,229,100); }
div.DivClassName
{
background-color: #B9E564;
}
.BgClassName
{
background-color: #B9E564;
}
</style>
border-color css
<style>
span { border-color: #B9E564; }
span { border-color: rgb(185,229,100); }
td.TdClassName
{
border-color: #B9E564;
}
.TagClassName
{
border-color: #B9E564;
}
</style>