Shades of Envy #86B28A
Tints of Envy #86B28A
RGB
CMYK
RGB Variations
Color information
#86B28A (or 0x86B28A) is known color: Envy. HEX triplet: 86, B2 and 8A. RGB value is (134,178,138). Sum of RGB (Red+Green+Blue) = 134+178+138=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 178 - color contains mainly: green. Hex color #86B28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86B28A is #794D75. Grayscale: #A0A0A0. Windows color (decimal): -7949686 or 9089670. OLE color: 9089670.
HSL color Cylindrical-coordinate representation of color #86B28A: hue angle of 125.45º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86B28A is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 178 | 138 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.30 |
| HSL | 125.45º | 0.22% | 0.61% | - |
| HSV(B) | 125.45º | 0.25% | 0.7% | - |
| XYZ | 30.34 | 38.74 | 29.92 | - |
| YUV | 160.28 | 115.42 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 178 | 138 | 0.25 | 0 | 0.22 | 0.30 | 125.45 | 0.22 | 0.61 |
| Hex | 86 | B2 | 8A | 19 | 0 | 16 | 1E | 7D | 16 | 3D |
| Octal | 206 | 262 | 212 | 31 | 0 | 26 | 36 | 175 | 26 | 75 |
| Binary | 10000110 | 10110010 | 10001010 | 11001 | 0 | 10110 | 11110 | 1111101 | 10110 | 111101 |
Color Harmonies of #86B28A
Complementary color
Monochromatic Colors of #86B28A
Black with #86B28A
Text Example
Text Example
White with #86B28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B28A; }
p { color: rgb(134,178,138); }
H1.HeaderClassName
{
color: #86B28A;
}
.AnyTagClassName
{
color: #86B28A;
}
</style>
background-color css
<style>
a { background-color: #86B28A; }
a { background-color: rgb(134,178,138); }
div.DivClassName
{
background-color: #86B28A;
}
.BgClassName
{
background-color: #86B28A;
}
</style>
border-color css
<style>
span { border-color: #86B28A; }
span { border-color: rgb(134,178,138); }
td.TdClassName
{
border-color: #86B28A;
}
.TagClassName
{
border-color: #86B28A;
}
</style>