Shades of Conifer #B9EA64
Tints of Conifer #B9EA64
RGB
CMYK
RGB Variations
Color information
#B9EA64 (or 0xB9EA64) is known color: Conifer. HEX triplet: B9, EA and 64. RGB value is (185,234,100). Sum of RGB (Red+Green+Blue) = 185+234+100=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9EA64 is #46159B. Grayscale: #CCCCCC. Windows color (decimal): -4593052 or 6613689. OLE color: 6613689.
HSL color Cylindrical-coordinate representation of color #B9EA64: hue angle of 81.94º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9EA64 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 234 | 100 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.08 |
| HSL | 81.94º | 0.76% | 0.65% | - |
| HSV(B) | 81.94º | 0.57% | 0.92% | - |
| XYZ | 51.73 | 70.08 | 22.86 | - |
| YUV | 204.07 | 69.27 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 234 | 100 | 0.21 | 0 | 0.57 | 0.08 | 81.94 | 0.76 | 0.65 |
| Hex | B9 | EA | 64 | 15 | 0 | 39 | 8 | 52 | 4C | 41 |
| Octal | 271 | 352 | 144 | 25 | 0 | 71 | 10 | 122 | 114 | 101 |
| Binary | 10111001 | 11101010 | 1100100 | 10101 | 0 | 111001 | 1000 | 1010010 | 1001100 | 1000001 |
Color Harmonies of #B9EA64
Complementary color
Monochromatic Colors of #B9EA64
Black with #B9EA64
Text Example
Text Example
White with #B9EA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EA64; }
p { color: rgb(185,234,100); }
H1.HeaderClassName
{
color: #B9EA64;
}
.AnyTagClassName
{
color: #B9EA64;
}
</style>
background-color css
<style>
a { background-color: #B9EA64; }
a { background-color: rgb(185,234,100); }
div.DivClassName
{
background-color: #B9EA64;
}
.BgClassName
{
background-color: #B9EA64;
}
</style>
border-color css
<style>
span { border-color: #B9EA64; }
span { border-color: rgb(185,234,100); }
td.TdClassName
{
border-color: #B9EA64;
}
.TagClassName
{
border-color: #B9EA64;
}
</style>