Shades of Envy #85B38A
Tints of Envy #85B38A
RGB
CMYK
RGB Variations
Color information
#85B38A (or 0x85B38A) is known color: Envy. HEX triplet: 85, B3 and 8A. RGB value is (133,179,138). Sum of RGB (Red+Green+Blue) = 133+179+138=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 179 - color contains mainly: green. Hex color #85B38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B38A is #7A4C75. Grayscale: #A0A0A0. Windows color (decimal): -8014966 or 9089925. OLE color: 9089925.
HSL color Cylindrical-coordinate representation of color #85B38A: hue angle of 126.52º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85B38A is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 179 | 138 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.30 |
| HSL | 126.52º | 0.23% | 0.61% | - |
| HSV(B) | 126.52º | 0.26% | 0.7% | - |
| XYZ | 30.38 | 39.06 | 29.98 | - |
| YUV | 160.57 | 115.26 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 138 | 0.26 | 0 | 0.23 | 0.30 | 126.52 | 0.23 | 0.61 |
| Hex | 85 | B3 | 8A | 1A | 0 | 17 | 1E | 7F | 17 | 3D |
| Octal | 205 | 263 | 212 | 32 | 0 | 27 | 36 | 177 | 27 | 75 |
| Binary | 10000101 | 10110011 | 10001010 | 11010 | 0 | 10111 | 11110 | 1111111 | 10111 | 111101 |
Color Harmonies of #85B38A
Complementary color
Monochromatic Colors of #85B38A
Black with #85B38A
Text Example
Text Example
White with #85B38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B38A; }
p { color: rgb(133,179,138); }
H1.HeaderClassName
{
color: #85B38A;
}
.AnyTagClassName
{
color: #85B38A;
}
</style>
background-color css
<style>
a { background-color: #85B38A; }
a { background-color: rgb(133,179,138); }
div.DivClassName
{
background-color: #85B38A;
}
.BgClassName
{
background-color: #85B38A;
}
</style>
border-color css
<style>
span { border-color: #85B38A; }
span { border-color: rgb(133,179,138); }
td.TdClassName
{
border-color: #85B38A;
}
.TagClassName
{
border-color: #85B38A;
}
</style>