Shades of Envy #8BB191
Tints of Envy #8BB191
RGB
CMYK
RGB Variations
Color information
#8BB191 (or 0x8BB191) is known color: Envy. HEX triplet: 8B, B1 and 91. RGB value is (139,177,145). Sum of RGB (Red+Green+Blue) = 139+177+145=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 177 - color contains mainly: green. Hex color #8BB191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB191 is #744E6E. Grayscale: #A2A2A2. Windows color (decimal): -7622255 or 9548171. OLE color: 9548171.
HSL color Cylindrical-coordinate representation of color #8BB191: hue angle of 129.47º 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 #8BB191 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 177 | 145 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.31 |
| HSL | 129.47º | 0.2% | 0.62% | - |
| HSV(B) | 129.47º | 0.21% | 0.69% | - |
| XYZ | 31.48 | 38.98 | 32.65 | - |
| YUV | 161.99 | 118.41 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 177 | 145 | 0.21 | 0 | 0.18 | 0.31 | 129.47 | 0.2 | 0.62 |
| Hex | 8B | B1 | 91 | 15 | 0 | 12 | 1F | 81 | 14 | 3E |
| Octal | 213 | 261 | 221 | 25 | 0 | 22 | 37 | 201 | 24 | 76 |
| Binary | 10001011 | 10110001 | 10010001 | 10101 | 0 | 10010 | 11111 | 10000001 | 10100 | 111110 |
Color Harmonies of #8BB191
Complementary color
Monochromatic Colors of #8BB191
Black with #8BB191
Text Example
Text Example
White with #8BB191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB191; }
p { color: rgb(139,177,145); }
H1.HeaderClassName
{
color: #8BB191;
}
.AnyTagClassName
{
color: #8BB191;
}
</style>
background-color css
<style>
a { background-color: #8BB191; }
a { background-color: rgb(139,177,145); }
div.DivClassName
{
background-color: #8BB191;
}
.BgClassName
{
background-color: #8BB191;
}
</style>
border-color css
<style>
span { border-color: #8BB191; }
span { border-color: rgb(139,177,145); }
td.TdClassName
{
border-color: #8BB191;
}
.TagClassName
{
border-color: #8BB191;
}
</style>