Shades of Conifer #B9FA4C
Tints of Conifer #B9FA4C
RGB
CMYK
RGB Variations
Color information
#B9FA4C (or 0xB9FA4C) is known color: Conifer. HEX triplet: B9, FA and 4C. RGB value is (185,250,76). Sum of RGB (Red+Green+Blue) = 185+250+76=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 76 (30.08% from 255 or 14.87% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9FA4C is #4605B3. Grayscale: #D3D3D3. Windows color (decimal): -4588980 or 5044921. OLE color: 5044921.
HSL color Cylindrical-coordinate representation of color #B9FA4C: hue angle of 82.41º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9FA4C is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 250 | 76 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.02 |
| HSL | 82.41º | 0.95% | 0.64% | - |
| HSV(B) | 82.41º | 0.7% | 0.98% | - |
| XYZ | 55.5 | 79.21 | 19.2 | - |
| YUV | 210.73 | 51.97 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 250 | 76 | 0.26 | 0 | 0.70 | 0.02 | 82.41 | 0.95 | 0.64 |
| Hex | B9 | FA | 4C | 1A | 0 | 46 | 2 | 52 | 5F | 40 |
| Octal | 271 | 372 | 114 | 32 | 0 | 106 | 2 | 122 | 137 | 100 |
| Binary | 10111001 | 11111010 | 1001100 | 11010 | 0 | 1000110 | 10 | 1010010 | 1011111 | 1000000 |
Color Harmonies of #B9FA4C
Complementary color
Monochromatic Colors of #B9FA4C
Black with #B9FA4C
Text Example
Text Example
White with #B9FA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FA4C; }
p { color: rgb(185,250,76); }
H1.HeaderClassName
{
color: #B9FA4C;
}
.AnyTagClassName
{
color: #B9FA4C;
}
</style>
background-color css
<style>
a { background-color: #B9FA4C; }
a { background-color: rgb(185,250,76); }
div.DivClassName
{
background-color: #B9FA4C;
}
.BgClassName
{
background-color: #B9FA4C;
}
</style>
border-color css
<style>
span { border-color: #B9FA4C; }
span { border-color: rgb(185,250,76); }
td.TdClassName
{
border-color: #B9FA4C;
}
.TagClassName
{
border-color: #B9FA4C;
}
</style>