Shades of Conifer #B9FA59
Tints of Conifer #B9FA59
RGB
CMYK
RGB Variations
Color information
#B9FA59 (or 0xB9FA59) is known color: Conifer. HEX triplet: B9, FA and 59. RGB value is (185,250,89). Sum of RGB (Red+Green+Blue) = 185+250+89=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 89 (35.16% from 255 or 16.98% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FA59 is #4605A6. Grayscale: #D4D4D4. Windows color (decimal): -4588967 or 5896889. OLE color: 5896889.
HSL color Cylindrical-coordinate representation of color #B9FA59: hue angle of 84.22º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9FA59 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 250 | 89 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.02 |
| HSL | 84.22º | 0.94% | 0.66% | - |
| HSV(B) | 84.22º | 0.64% | 0.98% | - |
| XYZ | 56 | 79.41 | 21.83 | - |
| YUV | 212.21 | 58.47 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 250 | 89 | 0.26 | 0 | 0.64 | 0.02 | 84.22 | 0.94 | 0.66 |
| Hex | B9 | FA | 59 | 1A | 0 | 40 | 2 | 54 | 5E | 42 |
| Octal | 271 | 372 | 131 | 32 | 0 | 100 | 2 | 124 | 136 | 102 |
| Binary | 10111001 | 11111010 | 1011001 | 11010 | 0 | 1000000 | 10 | 1010100 | 1011110 | 1000010 |
Color Harmonies of #B9FA59
Complementary color
Monochromatic Colors of #B9FA59
Black with #B9FA59
Text Example
Text Example
White with #B9FA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FA59; }
p { color: rgb(185,250,89); }
H1.HeaderClassName
{
color: #B9FA59;
}
.AnyTagClassName
{
color: #B9FA59;
}
</style>
background-color css
<style>
a { background-color: #B9FA59; }
a { background-color: rgb(185,250,89); }
div.DivClassName
{
background-color: #B9FA59;
}
.BgClassName
{
background-color: #B9FA59;
}
</style>
border-color css
<style>
span { border-color: #B9FA59; }
span { border-color: rgb(185,250,89); }
td.TdClassName
{
border-color: #B9FA59;
}
.TagClassName
{
border-color: #B9FA59;
}
</style>