Shades of Envy #84A185
Tints of Envy #84A185
RGB
CMYK
RGB Variations
Color information
#84A185 (or 0x84A185) is known color: Envy. HEX triplet: 84, A1 and 85. RGB value is (132,161,133). Sum of RGB (Red+Green+Blue) = 132+161+133=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 161 - color contains mainly: green. Hex color #84A185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A185 is #7B5E7A. Grayscale: #959595. Windows color (decimal): -8085115 or 8757636. OLE color: 8757636.
HSL color Cylindrical-coordinate representation of color #84A185: hue angle of 122.07º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84A185 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 133 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.37 |
| HSL | 122.07º | 0.13% | 0.57% | - |
| HSV(B) | 122.07º | 0.18% | 0.63% | - |
| XYZ | 26.49 | 32.09 | 26.99 | - |
| YUV | 149.14 | 118.89 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 133 | 0.18 | 0 | 0.17 | 0.37 | 122.07 | 0.13 | 0.57 |
| Hex | 84 | A1 | 85 | 12 | 0 | 11 | 25 | 7A | D | 39 |
| Octal | 204 | 241 | 205 | 22 | 0 | 21 | 45 | 172 | 15 | 71 |
| Binary | 10000100 | 10100001 | 10000101 | 10010 | 0 | 10001 | 100101 | 1111010 | 1101 | 111001 |
Color Harmonies of #84A185
Complementary color
Monochromatic Colors of #84A185
Black with #84A185
Text Example
Text Example
White with #84A185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A185; }
p { color: rgb(132,161,133); }
H1.HeaderClassName
{
color: #84A185;
}
.AnyTagClassName
{
color: #84A185;
}
</style>
background-color css
<style>
a { background-color: #84A185; }
a { background-color: rgb(132,161,133); }
div.DivClassName
{
background-color: #84A185;
}
.BgClassName
{
background-color: #84A185;
}
</style>
border-color css
<style>
span { border-color: #84A185; }
span { border-color: rgb(132,161,133); }
td.TdClassName
{
border-color: #84A185;
}
.TagClassName
{
border-color: #84A185;
}
</style>