Shades of Envy #8CB191
Tints of Envy #8CB191
RGB
CMYK
RGB Variations
Color information
#8CB191 (or 0x8CB191) is known color: Envy. HEX triplet: 8C, B1 and 91. RGB value is (140,177,145). Sum of RGB (Red+Green+Blue) = 140+177+145=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CB191 is #734E6E. Grayscale: #A2A2A2. Windows color (decimal): -7556719 or 9548172. OLE color: 9548172.
HSL color Cylindrical-coordinate representation of color #8CB191: hue angle of 128.11º degrees, saturation: 0.19, 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 #8CB191 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 177 | 145 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.31 |
| HSL | 128.11º | 0.19% | 0.62% | - |
| HSV(B) | 128.11º | 0.21% | 0.69% | - |
| XYZ | 31.65 | 39.06 | 32.66 | - |
| YUV | 162.29 | 118.24 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 177 | 145 | 0.21 | 0 | 0.18 | 0.31 | 128.11 | 0.19 | 0.62 |
| Hex | 8C | B1 | 91 | 15 | 0 | 12 | 1F | 80 | 13 | 3E |
| Octal | 214 | 261 | 221 | 25 | 0 | 22 | 37 | 200 | 23 | 76 |
| Binary | 10001100 | 10110001 | 10010001 | 10101 | 0 | 10010 | 11111 | 10000000 | 10011 | 111110 |
Color Harmonies of #8CB191
Complementary color
Monochromatic Colors of #8CB191
Black with #8CB191
Text Example
Text Example
White with #8CB191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB191; }
p { color: rgb(140,177,145); }
H1.HeaderClassName
{
color: #8CB191;
}
.AnyTagClassName
{
color: #8CB191;
}
</style>
background-color css
<style>
a { background-color: #8CB191; }
a { background-color: rgb(140,177,145); }
div.DivClassName
{
background-color: #8CB191;
}
.BgClassName
{
background-color: #8CB191;
}
</style>
border-color css
<style>
span { border-color: #8CB191; }
span { border-color: rgb(140,177,145); }
td.TdClassName
{
border-color: #8CB191;
}
.TagClassName
{
border-color: #8CB191;
}
</style>