Shades of Envy #8BA292
Tints of Envy #8BA292
RGB
CMYK
RGB Variations
Color information
#8BA292 (or 0x8BA292) is known color: Envy. HEX triplet: 8B, A2 and 92. RGB value is (139,162,146). Sum of RGB (Red+Green+Blue) = 139+162+146=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA292 is #745D6D. Grayscale: #999999. Windows color (decimal): -7626094 or 9609867. OLE color: 9609867.
HSL color Cylindrical-coordinate representation of color #8BA292: hue angle of 138.26º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8BA292 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 146 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.36 |
| HSL | 138.26º | 0.11% | 0.59% | - |
| HSV(B) | 138.26º | 0.14% | 0.64% | - |
| XYZ | 28.76 | 33.4 | 32.13 | - |
| YUV | 153.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 146 | 0.14 | 0 | 0.10 | 0.36 | 138.26 | 0.11 | 0.59 |
| Hex | 8B | A2 | 92 | E | 0 | A | 24 | 8A | B | 3B |
| Octal | 213 | 242 | 222 | 16 | 0 | 12 | 44 | 212 | 13 | 73 |
| Binary | 10001011 | 10100010 | 10010010 | 1110 | 0 | 1010 | 100100 | 10001010 | 1011 | 111011 |
Color Harmonies of #8BA292
Complementary color
Monochromatic Colors of #8BA292
Black with #8BA292
Text Example
Text Example
White with #8BA292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA292; }
p { color: rgb(139,162,146); }
H1.HeaderClassName
{
color: #8BA292;
}
.AnyTagClassName
{
color: #8BA292;
}
</style>
background-color css
<style>
a { background-color: #8BA292; }
a { background-color: rgb(139,162,146); }
div.DivClassName
{
background-color: #8BA292;
}
.BgClassName
{
background-color: #8BA292;
}
</style>
border-color css
<style>
span { border-color: #8BA292; }
span { border-color: rgb(139,162,146); }
td.TdClassName
{
border-color: #8BA292;
}
.TagClassName
{
border-color: #8BA292;
}
</style>