Shades of Conifer #B6E862
Tints of Conifer #B6E862
RGB
CMYK
RGB Variations
Color information
#B6E862 (or 0xB6E862) is known color: Conifer. HEX triplet: B6, E8 and 62. RGB value is (182,232,98). Sum of RGB (Red+Green+Blue) = 182+232+98=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 232 (91.02% from 255 or 45.31% from 512); Blue value is 98 (38.67% from 255 or 19.14% from 512); Max value from RGB is 232 - color contains mainly: green. Hex color #B6E862 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6E862 is #49179D. Grayscale: #CACACA. Windows color (decimal): -4790174 or 6482102. OLE color: 6482102.
HSL color Cylindrical-coordinate representation of color #B6E862: hue angle of 82.39º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B6E862 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 232 | 98 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.09 |
| HSL | 82.39º | 0.74% | 0.65% | - |
| HSV(B) | 82.39º | 0.58% | 0.91% | - |
| XYZ | 50.35 | 68.54 | 22.13 | - |
| YUV | 201.77 | 69.44 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 232 | 98 | 0.22 | 0 | 0.58 | 0.09 | 82.39 | 0.74 | 0.65 |
| Hex | B6 | E8 | 62 | 16 | 0 | 3A | 9 | 52 | 4A | 41 |
| Octal | 266 | 350 | 142 | 26 | 0 | 72 | 11 | 122 | 112 | 101 |
| Binary | 10110110 | 11101000 | 1100010 | 10110 | 0 | 111010 | 1001 | 1010010 | 1001010 | 1000001 |
Color Harmonies of #B6E862
Complementary color
Monochromatic Colors of #B6E862
Black with #B6E862
Text Example
Text Example
White with #B6E862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E862; }
p { color: rgb(182,232,98); }
H1.HeaderClassName
{
color: #B6E862;
}
.AnyTagClassName
{
color: #B6E862;
}
</style>
background-color css
<style>
a { background-color: #B6E862; }
a { background-color: rgb(182,232,98); }
div.DivClassName
{
background-color: #B6E862;
}
.BgClassName
{
background-color: #B6E862;
}
</style>
border-color css
<style>
span { border-color: #B6E862; }
span { border-color: rgb(182,232,98); }
td.TdClassName
{
border-color: #B6E862;
}
.TagClassName
{
border-color: #B6E862;
}
</style>