Shades of Conifer #B9EC48
Tints of Conifer #B9EC48
RGB
CMYK
RGB Variations
Color information
#B9EC48 (or 0xB9EC48) is known color: Conifer. HEX triplet: B9, EC and 48. RGB value is (185,236,72). Sum of RGB (Red+Green+Blue) = 185+236+72=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 72 (28.52% from 255 or 14.60% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #B9EC48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9EC48 is #4613B7. Grayscale: #CACACA. Windows color (decimal): -4592568 or 4779193. OLE color: 4779193.
HSL color Cylindrical-coordinate representation of color #B9EC48: hue angle of 78.66º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9EC48 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 236 | 72 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.07 |
| HSL | 78.66º | 0.81% | 0.6% | - |
| HSV(B) | 78.66º | 0.69% | 0.93% | - |
| XYZ | 51.17 | 70.77 | 17.09 | - |
| YUV | 202.06 | 54.6 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 236 | 72 | 0.22 | 0 | 0.69 | 0.07 | 78.66 | 0.81 | 0.6 |
| Hex | B9 | EC | 48 | 16 | 0 | 45 | 7 | 4F | 51 | 3C |
| Octal | 271 | 354 | 110 | 26 | 0 | 105 | 7 | 117 | 121 | 74 |
| Binary | 10111001 | 11101100 | 1001000 | 10110 | 0 | 1000101 | 111 | 1001111 | 1010001 | 111100 |
Color Harmonies of #B9EC48
Complementary color
Monochromatic Colors of #B9EC48
Black with #B9EC48
Text Example
Text Example
White with #B9EC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EC48; }
p { color: rgb(185,236,72); }
H1.HeaderClassName
{
color: #B9EC48;
}
.AnyTagClassName
{
color: #B9EC48;
}
</style>
background-color css
<style>
a { background-color: #B9EC48; }
a { background-color: rgb(185,236,72); }
div.DivClassName
{
background-color: #B9EC48;
}
.BgClassName
{
background-color: #B9EC48;
}
</style>
border-color css
<style>
span { border-color: #B9EC48; }
span { border-color: rgb(185,236,72); }
td.TdClassName
{
border-color: #B9EC48;
}
.TagClassName
{
border-color: #B9EC48;
}
</style>