Shades of Envy #8CB290
Tints of Envy #8CB290
RGB
CMYK
RGB Variations
Color information
#8CB290 (or 0x8CB290) is known color: Envy. HEX triplet: 8C, B2 and 90. RGB value is (140,178,144). Sum of RGB (Red+Green+Blue) = 140+178+144=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CB290 is #734D6F. Grayscale: #A2A2A2. Windows color (decimal): -7556464 or 9482892. OLE color: 9482892.
HSL color Cylindrical-coordinate representation of color #8CB290: hue angle of 126.32º 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 #8CB290 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 178 | 144 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.30 |
| HSL | 126.32º | 0.2% | 0.62% | - |
| HSV(B) | 126.32º | 0.21% | 0.7% | - |
| XYZ | 31.77 | 39.43 | 32.32 | - |
| YUV | 162.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 178 | 144 | 0.21 | 0 | 0.19 | 0.30 | 126.32 | 0.2 | 0.62 |
| Hex | 8C | B2 | 90 | 15 | 0 | 13 | 1E | 7E | 14 | 3E |
| Octal | 214 | 262 | 220 | 25 | 0 | 23 | 36 | 176 | 24 | 76 |
| Binary | 10001100 | 10110010 | 10010000 | 10101 | 0 | 10011 | 11110 | 1111110 | 10100 | 111110 |
Color Harmonies of #8CB290
Complementary color
Monochromatic Colors of #8CB290
Black with #8CB290
Text Example
Text Example
White with #8CB290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB290; }
p { color: rgb(140,178,144); }
H1.HeaderClassName
{
color: #8CB290;
}
.AnyTagClassName
{
color: #8CB290;
}
</style>
background-color css
<style>
a { background-color: #8CB290; }
a { background-color: rgb(140,178,144); }
div.DivClassName
{
background-color: #8CB290;
}
.BgClassName
{
background-color: #8CB290;
}
</style>
border-color css
<style>
span { border-color: #8CB290; }
span { border-color: rgb(140,178,144); }
td.TdClassName
{
border-color: #8CB290;
}
.TagClassName
{
border-color: #8CB290;
}
</style>