Shades of Conifer #B9FA5A
Tints of Conifer #B9FA5A
RGB
CMYK
RGB Variations
Color information
#B9FA5A (or 0xB9FA5A) is known color: Conifer. HEX triplet: B9, FA and 5A. RGB value is (185,250,90). Sum of RGB (Red+Green+Blue) = 185+250+90=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FA5A is #4605A5. Grayscale: #D4D4D4. Windows color (decimal): -4588966 or 5962425. OLE color: 5962425.
HSL color Cylindrical-coordinate representation of color #B9FA5A: hue angle of 84.38º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9FA5A is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 250 | 90 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.02 |
| HSL | 84.38º | 0.94% | 0.67% | - |
| HSV(B) | 84.38º | 0.64% | 0.98% | - |
| XYZ | 56.04 | 79.42 | 22.05 | - |
| YUV | 212.33 | 58.97 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 250 | 90 | 0.26 | 0 | 0.64 | 0.02 | 84.38 | 0.94 | 0.67 |
| Hex | B9 | FA | 5A | 1A | 0 | 40 | 2 | 54 | 5E | 43 |
| Octal | 271 | 372 | 132 | 32 | 0 | 100 | 2 | 124 | 136 | 103 |
| Binary | 10111001 | 11111010 | 1011010 | 11010 | 0 | 1000000 | 10 | 1010100 | 1011110 | 1000011 |
Color Harmonies of #B9FA5A
Complementary color
Monochromatic Colors of #B9FA5A
Black with #B9FA5A
Text Example
Text Example
White with #B9FA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FA5A; }
p { color: rgb(185,250,90); }
H1.HeaderClassName
{
color: #B9FA5A;
}
.AnyTagClassName
{
color: #B9FA5A;
}
</style>
background-color css
<style>
a { background-color: #B9FA5A; }
a { background-color: rgb(185,250,90); }
div.DivClassName
{
background-color: #B9FA5A;
}
.BgClassName
{
background-color: #B9FA5A;
}
</style>
border-color css
<style>
span { border-color: #B9FA5A; }
span { border-color: rgb(185,250,90); }
td.TdClassName
{
border-color: #B9FA5A;
}
.TagClassName
{
border-color: #B9FA5A;
}
</style>