Shades of Envy #8CA492
Tints of Envy #8CA492
RGB
CMYK
RGB Variations
Color information
#8CA492 (or 0x8CA492) is known color: Envy. HEX triplet: 8C, A4 and 92. RGB value is (140,164,146). Sum of RGB (Red+Green+Blue) = 140+164+146=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA492 is #735B6D. Grayscale: #9A9A9A. Windows color (decimal): -7560046 or 9610380. OLE color: 9610380.
HSL color Cylindrical-coordinate representation of color #8CA492: hue angle of 135º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8CA492 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 164 | 146 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.36 |
| HSL | 135º | 0.12% | 0.6% | - |
| HSV(B) | 135º | 0.15% | 0.64% | - |
| XYZ | 29.28 | 34.2 | 32.25 | - |
| YUV | 154.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 164 | 146 | 0.15 | 0 | 0.11 | 0.36 | 135 | 0.12 | 0.6 |
| Hex | 8C | A4 | 92 | F | 0 | B | 24 | 87 | C | 3C |
| Octal | 214 | 244 | 222 | 17 | 0 | 13 | 44 | 207 | 14 | 74 |
| Binary | 10001100 | 10100100 | 10010010 | 1111 | 0 | 1011 | 100100 | 10000111 | 1100 | 111100 |
Color Harmonies of #8CA492
Complementary color
Monochromatic Colors of #8CA492
Black with #8CA492
Text Example
Text Example
White with #8CA492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA492; }
p { color: rgb(140,164,146); }
H1.HeaderClassName
{
color: #8CA492;
}
.AnyTagClassName
{
color: #8CA492;
}
</style>
background-color css
<style>
a { background-color: #8CA492; }
a { background-color: rgb(140,164,146); }
div.DivClassName
{
background-color: #8CA492;
}
.BgClassName
{
background-color: #8CA492;
}
</style>
border-color css
<style>
span { border-color: #8CA492; }
span { border-color: rgb(140,164,146); }
td.TdClassName
{
border-color: #8CA492;
}
.TagClassName
{
border-color: #8CA492;
}
</style>