Shades of Conifer #B9E246
Tints of Conifer #B9E246
RGB
CMYK
RGB Variations
Color information
#B9E246 (or 0xB9E246) is known color: Conifer. HEX triplet: B9, E2 and 46. RGB value is (185,226,70). Sum of RGB (Red+Green+Blue) = 185+226+70=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 226 (88.67% from 255 or 46.99% from 481); Blue value is 70 (27.73% from 255 or 14.55% from 481); Max value from RGB is 226 - color contains mainly: green. Hex color #B9E246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E246 is #461DB9. Grayscale: #C4C4C4. Windows color (decimal): -4595130 or 4645561. OLE color: 4645561.
HSL color Cylindrical-coordinate representation of color #B9E246: hue angle of 75.77º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9E246 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 226 | 70 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.11 |
| HSL | 75.77º | 0.73% | 0.58% | - |
| HSV(B) | 75.77º | 0.69% | 0.89% | - |
| XYZ | 48.31 | 65.15 | 15.82 | - |
| YUV | 195.96 | 56.92 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 226 | 70 | 0.18 | 0 | 0.69 | 0.11 | 75.77 | 0.73 | 0.58 |
| Hex | B9 | E2 | 46 | 12 | 0 | 45 | B | 4C | 49 | 3A |
| Octal | 271 | 342 | 106 | 22 | 0 | 105 | 13 | 114 | 111 | 72 |
| Binary | 10111001 | 11100010 | 1000110 | 10010 | 0 | 1000101 | 1011 | 1001100 | 1001001 | 111010 |
Color Harmonies of #B9E246
Complementary color
Monochromatic Colors of #B9E246
Black with #B9E246
Text Example
Text Example
White with #B9E246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E246; }
p { color: rgb(185,226,70); }
H1.HeaderClassName
{
color: #B9E246;
}
.AnyTagClassName
{
color: #B9E246;
}
</style>
background-color css
<style>
a { background-color: #B9E246; }
a { background-color: rgb(185,226,70); }
div.DivClassName
{
background-color: #B9E246;
}
.BgClassName
{
background-color: #B9E246;
}
</style>
border-color css
<style>
span { border-color: #B9E246; }
span { border-color: rgb(185,226,70); }
td.TdClassName
{
border-color: #B9E246;
}
.TagClassName
{
border-color: #B9E246;
}
</style>