Shades of Envy #8BB193
Tints of Envy #8BB193
RGB
CMYK
RGB Variations
Color information
#8BB193 (or 0x8BB193) is known color: Envy. HEX triplet: 8B, B1 and 93. RGB value is (139,177,147). Sum of RGB (Red+Green+Blue) = 139+177+147=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 177 - color contains mainly: green. Hex color #8BB193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB193 is #744E6C. Grayscale: #A2A2A2. Windows color (decimal): -7622253 or 9679243. OLE color: 9679243.
HSL color Cylindrical-coordinate representation of color #8BB193: hue angle of 132.63º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8BB193 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 177 | 147 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.31 |
| HSL | 132.63º | 0.2% | 0.62% | - |
| HSV(B) | 132.63º | 0.21% | 0.69% | - |
| XYZ | 31.64 | 39.04 | 33.47 | - |
| YUV | 162.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 177 | 147 | 0.21 | 0 | 0.17 | 0.31 | 132.63 | 0.2 | 0.62 |
| Hex | 8B | B1 | 93 | 15 | 0 | 11 | 1F | 85 | 14 | 3E |
| Octal | 213 | 261 | 223 | 25 | 0 | 21 | 37 | 205 | 24 | 76 |
| Binary | 10001011 | 10110001 | 10010011 | 10101 | 0 | 10001 | 11111 | 10000101 | 10100 | 111110 |
Color Harmonies of #8BB193
Complementary color
Monochromatic Colors of #8BB193
Black with #8BB193
Text Example
Text Example
White with #8BB193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB193; }
p { color: rgb(139,177,147); }
H1.HeaderClassName
{
color: #8BB193;
}
.AnyTagClassName
{
color: #8BB193;
}
</style>
background-color css
<style>
a { background-color: #8BB193; }
a { background-color: rgb(139,177,147); }
div.DivClassName
{
background-color: #8BB193;
}
.BgClassName
{
background-color: #8BB193;
}
</style>
border-color css
<style>
span { border-color: #8BB193; }
span { border-color: rgb(139,177,147); }
td.TdClassName
{
border-color: #8BB193;
}
.TagClassName
{
border-color: #8BB193;
}
</style>