Shades of Envy #84B18C
Tints of Envy #84B18C
RGB
CMYK
RGB Variations
Color information
#84B18C (or 0x84B18C) is known color: Envy. HEX triplet: 84, B1 and 8C. RGB value is (132,177,140). Sum of RGB (Red+Green+Blue) = 132+177+140=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 177 - color contains mainly: green. Hex color #84B18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84B18C is #7B4E73. Grayscale: #9F9F9F. Windows color (decimal): -8081012 or 9220484. OLE color: 9220484.
HSL color Cylindrical-coordinate representation of color #84B18C: hue angle of 130.67º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84B18C is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 177 | 140 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.31 |
| HSL | 130.67º | 0.22% | 0.61% | - |
| HSV(B) | 130.67º | 0.25% | 0.69% | - |
| XYZ | 29.97 | 38.24 | 30.61 | - |
| YUV | 159.33 | 117.09 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 177 | 140 | 0.25 | 0 | 0.21 | 0.31 | 130.67 | 0.22 | 0.61 |
| Hex | 84 | B1 | 8C | 19 | 0 | 15 | 1F | 83 | 16 | 3D |
| Octal | 204 | 261 | 214 | 31 | 0 | 25 | 37 | 203 | 26 | 75 |
| Binary | 10000100 | 10110001 | 10001100 | 11001 | 0 | 10101 | 11111 | 10000011 | 10110 | 111101 |
Color Harmonies of #84B18C
Complementary color
Monochromatic Colors of #84B18C
Black with #84B18C
Text Example
Text Example
White with #84B18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B18C; }
p { color: rgb(132,177,140); }
H1.HeaderClassName
{
color: #84B18C;
}
.AnyTagClassName
{
color: #84B18C;
}
</style>
background-color css
<style>
a { background-color: #84B18C; }
a { background-color: rgb(132,177,140); }
div.DivClassName
{
background-color: #84B18C;
}
.BgClassName
{
background-color: #84B18C;
}
</style>
border-color css
<style>
span { border-color: #84B18C; }
span { border-color: rgb(132,177,140); }
td.TdClassName
{
border-color: #84B18C;
}
.TagClassName
{
border-color: #84B18C;
}
</style>