Shades of Envy #8CB293
Tints of Envy #8CB293
RGB
CMYK
RGB Variations
Color information
#8CB293 (or 0x8CB293) is known color: Envy. HEX triplet: 8C, B2 and 93. RGB value is (140,178,147). Sum of RGB (Red+Green+Blue) = 140+178+147=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CB293 is #734D6C. Grayscale: #A3A3A3. Windows color (decimal): -7556461 or 9679500. OLE color: 9679500.
HSL color Cylindrical-coordinate representation of color #8CB293: hue angle of 131.05º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8CB293 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 178 | 147 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.30 |
| HSL | 131.05º | 0.2% | 0.62% | - |
| HSV(B) | 131.05º | 0.21% | 0.7% | - |
| XYZ | 32 | 39.52 | 33.55 | - |
| YUV | 163.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 178 | 147 | 0.21 | 0 | 0.17 | 0.30 | 131.05 | 0.2 | 0.62 |
| Hex | 8C | B2 | 93 | 15 | 0 | 11 | 1E | 83 | 14 | 3E |
| Octal | 214 | 262 | 223 | 25 | 0 | 21 | 36 | 203 | 24 | 76 |
| Binary | 10001100 | 10110010 | 10010011 | 10101 | 0 | 10001 | 11110 | 10000011 | 10100 | 111110 |
Color Harmonies of #8CB293
Complementary color
Monochromatic Colors of #8CB293
Black with #8CB293
Text Example
Text Example
White with #8CB293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB293; }
p { color: rgb(140,178,147); }
H1.HeaderClassName
{
color: #8CB293;
}
.AnyTagClassName
{
color: #8CB293;
}
</style>
background-color css
<style>
a { background-color: #8CB293; }
a { background-color: rgb(140,178,147); }
div.DivClassName
{
background-color: #8CB293;
}
.BgClassName
{
background-color: #8CB293;
}
</style>
border-color css
<style>
span { border-color: #8CB293; }
span { border-color: rgb(140,178,147); }
td.TdClassName
{
border-color: #8CB293;
}
.TagClassName
{
border-color: #8CB293;
}
</style>