Shades of Conifer #B9EC3F
Tints of Conifer #B9EC3F
RGB
CMYK
RGB Variations
Color information
#B9EC3F (or 0xB9EC3F) is known color: Conifer. HEX triplet: B9, EC and 3F. RGB value is (185,236,63). Sum of RGB (Red+Green+Blue) = 185+236+63=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 63 (25% from 255 or 13.02% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #B9EC3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9EC3F is #4613C0. Grayscale: #C9C9C9. Windows color (decimal): -4592577 or 4189369. OLE color: 4189369.
HSL color Cylindrical-coordinate representation of color #B9EC3F: hue angle of 77.69º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9EC3F is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 236 | 63 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.07 |
| HSL | 77.69º | 0.82% | 0.59% | - |
| HSV(B) | 77.69º | 0.73% | 0.93% | - |
| XYZ | 50.9 | 70.66 | 15.66 | - |
| YUV | 201.03 | 50.1 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 236 | 63 | 0.22 | 0 | 0.73 | 0.07 | 77.69 | 0.82 | 0.59 |
| Hex | B9 | EC | 3F | 16 | 0 | 49 | 7 | 4E | 52 | 3B |
| Octal | 271 | 354 | 77 | 26 | 0 | 111 | 7 | 116 | 122 | 73 |
| Binary | 10111001 | 11101100 | 111111 | 10110 | 0 | 1001001 | 111 | 1001110 | 1010010 | 111011 |
Color Harmonies of #B9EC3F
Complementary color
Monochromatic Colors of #B9EC3F
Black with #B9EC3F
Text Example
Text Example
White with #B9EC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EC3F; }
p { color: rgb(185,236,63); }
H1.HeaderClassName
{
color: #B9EC3F;
}
.AnyTagClassName
{
color: #B9EC3F;
}
</style>
background-color css
<style>
a { background-color: #B9EC3F; }
a { background-color: rgb(185,236,63); }
div.DivClassName
{
background-color: #B9EC3F;
}
.BgClassName
{
background-color: #B9EC3F;
}
</style>
border-color css
<style>
span { border-color: #B9EC3F; }
span { border-color: rgb(185,236,63); }
td.TdClassName
{
border-color: #B9EC3F;
}
.TagClassName
{
border-color: #B9EC3F;
}
</style>