Shades of Conifer #B9FA5B
Tints of Conifer #B9FA5B
RGB
CMYK
RGB Variations
Color information
#B9FA5B (or 0xB9FA5B) is known color: Conifer. HEX triplet: B9, FA and 5B. RGB value is (185,250,91). Sum of RGB (Red+Green+Blue) = 185+250+91=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 91 (35.94% from 255 or 17.30% from 526); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FA5B is #4605A4. Grayscale: #D5D5D5. Windows color (decimal): -4588965 or 6027961. OLE color: 6027961.
HSL color Cylindrical-coordinate representation of color #B9FA5B: hue angle of 84.53º 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 #B9FA5B is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 250 | 91 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.02 |
| HSL | 84.53º | 0.94% | 0.67% | - |
| HSV(B) | 84.53º | 0.64% | 0.98% | - |
| XYZ | 56.08 | 79.44 | 22.28 | - |
| YUV | 212.44 | 59.47 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 250 | 91 | 0.26 | 0 | 0.64 | 0.02 | 84.53 | 0.94 | 0.67 |
| Hex | B9 | FA | 5B | 1A | 0 | 40 | 2 | 55 | 5E | 43 |
| Octal | 271 | 372 | 133 | 32 | 0 | 100 | 2 | 125 | 136 | 103 |
| Binary | 10111001 | 11111010 | 1011011 | 11010 | 0 | 1000000 | 10 | 1010101 | 1011110 | 1000011 |
Color Harmonies of #B9FA5B
Complementary color
Monochromatic Colors of #B9FA5B
Black with #B9FA5B
Text Example
Text Example
White with #B9FA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FA5B; }
p { color: rgb(185,250,91); }
H1.HeaderClassName
{
color: #B9FA5B;
}
.AnyTagClassName
{
color: #B9FA5B;
}
</style>
background-color css
<style>
a { background-color: #B9FA5B; }
a { background-color: rgb(185,250,91); }
div.DivClassName
{
background-color: #B9FA5B;
}
.BgClassName
{
background-color: #B9FA5B;
}
</style>
border-color css
<style>
span { border-color: #B9FA5B; }
span { border-color: rgb(185,250,91); }
td.TdClassName
{
border-color: #B9FA5B;
}
.TagClassName
{
border-color: #B9FA5B;
}
</style>