Shades of Envy #85B38C
Tints of Envy #85B38C
RGB
CMYK
RGB Variations
Color information
#85B38C (or 0x85B38C) is known color: Envy. HEX triplet: 85, B3 and 8C. RGB value is (133,179,140). Sum of RGB (Red+Green+Blue) = 133+179+140=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 179 - color contains mainly: green. Hex color #85B38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B38C is #7A4C73. Grayscale: #A0A0A0. Windows color (decimal): -8014964 or 9220997. OLE color: 9220997.
HSL color Cylindrical-coordinate representation of color #85B38C: hue angle of 129.13º 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 #85B38C is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 179 | 140 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.30 |
| HSL | 129.13º | 0.23% | 0.61% | - |
| HSV(B) | 129.13º | 0.26% | 0.7% | - |
| XYZ | 30.53 | 39.12 | 30.75 | - |
| YUV | 160.8 | 116.26 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 179 | 140 | 0.26 | 0 | 0.22 | 0.30 | 129.13 | 0.23 | 0.61 |
| Hex | 85 | B3 | 8C | 1A | 0 | 16 | 1E | 81 | 17 | 3D |
| Octal | 205 | 263 | 214 | 32 | 0 | 26 | 36 | 201 | 27 | 75 |
| Binary | 10000101 | 10110011 | 10001100 | 11010 | 0 | 10110 | 11110 | 10000001 | 10111 | 111101 |
Color Harmonies of #85B38C
Complementary color
Monochromatic Colors of #85B38C
Black with #85B38C
Text Example
Text Example
White with #85B38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B38C; }
p { color: rgb(133,179,140); }
H1.HeaderClassName
{
color: #85B38C;
}
.AnyTagClassName
{
color: #85B38C;
}
</style>
background-color css
<style>
a { background-color: #85B38C; }
a { background-color: rgb(133,179,140); }
div.DivClassName
{
background-color: #85B38C;
}
.BgClassName
{
background-color: #85B38C;
}
</style>
border-color css
<style>
span { border-color: #85B38C; }
span { border-color: rgb(133,179,140); }
td.TdClassName
{
border-color: #85B38C;
}
.TagClassName
{
border-color: #85B38C;
}
</style>