Shades of Envy #84AB8C
Tints of Envy #84AB8C
RGB
CMYK
RGB Variations
Color information
#84AB8C (or 0x84AB8C) is known color: Envy. HEX triplet: 84, AB and 8C. RGB value is (132,171,140). Sum of RGB (Red+Green+Blue) = 132+171+140=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 171 - color contains mainly: green. Hex color #84AB8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AB8C is #7B5473. Grayscale: #9B9B9B. Windows color (decimal): -8082548 or 9218948. OLE color: 9218948.
HSL color Cylindrical-coordinate representation of color #84AB8C: hue angle of 132.31º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84AB8C is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 171 | 140 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.33 |
| HSL | 132.31º | 0.19% | 0.59% | - |
| HSV(B) | 132.31º | 0.23% | 0.67% | - |
| XYZ | 28.81 | 35.92 | 30.23 | - |
| YUV | 155.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 171 | 140 | 0.23 | 0 | 0.18 | 0.33 | 132.31 | 0.19 | 0.59 |
| Hex | 84 | AB | 8C | 17 | 0 | 12 | 21 | 84 | 13 | 3B |
| Octal | 204 | 253 | 214 | 27 | 0 | 22 | 41 | 204 | 23 | 73 |
| Binary | 10000100 | 10101011 | 10001100 | 10111 | 0 | 10010 | 100001 | 10000100 | 10011 | 111011 |
Color Harmonies of #84AB8C
Complementary color
Monochromatic Colors of #84AB8C
Black with #84AB8C
Text Example
Text Example
White with #84AB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AB8C; }
p { color: rgb(132,171,140); }
H1.HeaderClassName
{
color: #84AB8C;
}
.AnyTagClassName
{
color: #84AB8C;
}
</style>
background-color css
<style>
a { background-color: #84AB8C; }
a { background-color: rgb(132,171,140); }
div.DivClassName
{
background-color: #84AB8C;
}
.BgClassName
{
background-color: #84AB8C;
}
</style>
border-color css
<style>
span { border-color: #84AB8C; }
span { border-color: rgb(132,171,140); }
td.TdClassName
{
border-color: #84AB8C;
}
.TagClassName
{
border-color: #84AB8C;
}
</style>