Shades of Envy #8BB290
Tints of Envy #8BB290
RGB
CMYK
RGB Variations
Color information
#8BB290 (or 0x8BB290) is known color: Envy. HEX triplet: 8B, B2 and 90. RGB value is (139,178,144). Sum of RGB (Red+Green+Blue) = 139+178+144=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB290 is #744D6F. Grayscale: #A2A2A2. Windows color (decimal): -7622000 or 9482891. OLE color: 9482891.
HSL color Cylindrical-coordinate representation of color #8BB290: hue angle of 127.69º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8BB290 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 178 | 144 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.30 |
| HSL | 127.69º | 0.2% | 0.62% | - |
| HSV(B) | 127.69º | 0.22% | 0.7% | - |
| XYZ | 31.6 | 39.34 | 32.31 | - |
| YUV | 162.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 178 | 144 | 0.22 | 0 | 0.19 | 0.30 | 127.69 | 0.2 | 0.62 |
| Hex | 8B | B2 | 90 | 16 | 0 | 13 | 1E | 80 | 14 | 3E |
| Octal | 213 | 262 | 220 | 26 | 0 | 23 | 36 | 200 | 24 | 76 |
| Binary | 10001011 | 10110010 | 10010000 | 10110 | 0 | 10011 | 11110 | 10000000 | 10100 | 111110 |
Color Harmonies of #8BB290
Complementary color
Monochromatic Colors of #8BB290
Black with #8BB290
Text Example
Text Example
White with #8BB290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB290; }
p { color: rgb(139,178,144); }
H1.HeaderClassName
{
color: #8BB290;
}
.AnyTagClassName
{
color: #8BB290;
}
</style>
background-color css
<style>
a { background-color: #8BB290; }
a { background-color: rgb(139,178,144); }
div.DivClassName
{
background-color: #8BB290;
}
.BgClassName
{
background-color: #8BB290;
}
</style>
border-color css
<style>
span { border-color: #8BB290; }
span { border-color: rgb(139,178,144); }
td.TdClassName
{
border-color: #8BB290;
}
.TagClassName
{
border-color: #8BB290;
}
</style>