Shades of Envy #8AB191
Tints of Envy #8AB191
RGB
CMYK
RGB Variations
Color information
#8AB191 (or 0x8AB191) is known color: Envy. HEX triplet: 8A, B1 and 91. RGB value is (138,177,145). Sum of RGB (Red+Green+Blue) = 138+177+145=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AB191 is #754E6E. Grayscale: #A1A1A1. Windows color (decimal): -7687791 or 9548170. OLE color: 9548170.
HSL color Cylindrical-coordinate representation of color #8AB191: hue angle of 130.77º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AB191 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 177 | 145 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.31 |
| HSL | 130.77º | 0.2% | 0.62% | - |
| HSV(B) | 130.77º | 0.22% | 0.69% | - |
| XYZ | 31.31 | 38.89 | 32.64 | - |
| YUV | 161.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 177 | 145 | 0.22 | 0 | 0.18 | 0.31 | 130.77 | 0.2 | 0.62 |
| Hex | 8A | B1 | 91 | 16 | 0 | 12 | 1F | 83 | 14 | 3E |
| Octal | 212 | 261 | 221 | 26 | 0 | 22 | 37 | 203 | 24 | 76 |
| Binary | 10001010 | 10110001 | 10010001 | 10110 | 0 | 10010 | 11111 | 10000011 | 10100 | 111110 |
Color Harmonies of #8AB191
Complementary color
Monochromatic Colors of #8AB191
Black with #8AB191
Text Example
Text Example
White with #8AB191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB191; }
p { color: rgb(138,177,145); }
H1.HeaderClassName
{
color: #8AB191;
}
.AnyTagClassName
{
color: #8AB191;
}
</style>
background-color css
<style>
a { background-color: #8AB191; }
a { background-color: rgb(138,177,145); }
div.DivClassName
{
background-color: #8AB191;
}
.BgClassName
{
background-color: #8AB191;
}
</style>
border-color css
<style>
span { border-color: #8AB191; }
span { border-color: rgb(138,177,145); }
td.TdClassName
{
border-color: #8AB191;
}
.TagClassName
{
border-color: #8AB191;
}
</style>