Shades of Envy #8AB392
Tints of Envy #8AB392
RGB
CMYK
RGB Variations
Color information
#8AB392 (or 0x8AB392) is known color: Envy. HEX triplet: 8A, B3 and 92. RGB value is (138,179,146). Sum of RGB (Red+Green+Blue) = 138+179+146=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB392 is #754C6D. Grayscale: #A3A3A3. Windows color (decimal): -7687278 or 9614218. OLE color: 9614218.
HSL color Cylindrical-coordinate representation of color #8AB392: hue angle of 131.71º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AB392 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 146 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.30 |
| HSL | 131.71º | 0.21% | 0.62% | - |
| HSV(B) | 131.71º | 0.23% | 0.7% | - |
| XYZ | 31.79 | 39.72 | 33.19 | - |
| YUV | 162.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 146 | 0.23 | 0 | 0.18 | 0.30 | 131.71 | 0.21 | 0.62 |
| Hex | 8A | B3 | 92 | 17 | 0 | 12 | 1E | 84 | 15 | 3E |
| Octal | 212 | 263 | 222 | 27 | 0 | 22 | 36 | 204 | 25 | 76 |
| Binary | 10001010 | 10110011 | 10010010 | 10111 | 0 | 10010 | 11110 | 10000100 | 10101 | 111110 |
Color Harmonies of #8AB392
Complementary color
Monochromatic Colors of #8AB392
Black with #8AB392
Text Example
Text Example
White with #8AB392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB392; }
p { color: rgb(138,179,146); }
H1.HeaderClassName
{
color: #8AB392;
}
.AnyTagClassName
{
color: #8AB392;
}
</style>
background-color css
<style>
a { background-color: #8AB392; }
a { background-color: rgb(138,179,146); }
div.DivClassName
{
background-color: #8AB392;
}
.BgClassName
{
background-color: #8AB392;
}
</style>
border-color css
<style>
span { border-color: #8AB392; }
span { border-color: rgb(138,179,146); }
td.TdClassName
{
border-color: #8AB392;
}
.TagClassName
{
border-color: #8AB392;
}
</style>