Shades of Mantle #8CAA82
Tints of Mantle #8CAA82
RGB
CMYK
RGB Variations
Color information
#8CAA82 (or 0x8CAA82) is known color: Mantle. HEX triplet: 8C, AA and 82. RGB value is (140,170,130). Sum of RGB (Red+Green+Blue) = 140+170+130=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAA82 is #73557D. Grayscale: #9C9C9C. Windows color (decimal): -7558526 or 8563340. OLE color: 8563340.
HSL color Cylindrical-coordinate representation of color #8CAA82: hue angle of 105º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8CAA82 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 130 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.33 |
| HSL | 105º | 0.19% | 0.59% | - |
| HSV(B) | 105º | 0.24% | 0.67% | - |
| XYZ | 29.22 | 35.94 | 26.52 | - |
| YUV | 156.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 130 | 0.18 | 0 | 0.24 | 0.33 | 105 | 0.19 | 0.59 |
| Hex | 8C | AA | 82 | 12 | 0 | 18 | 21 | 69 | 13 | 3B |
| Octal | 214 | 252 | 202 | 22 | 0 | 30 | 41 | 151 | 23 | 73 |
| Binary | 10001100 | 10101010 | 10000010 | 10010 | 0 | 11000 | 100001 | 1101001 | 10011 | 111011 |
Color Harmonies of #8CAA82
Complementary color
Monochromatic Colors of #8CAA82
Black with #8CAA82
Text Example
Text Example
White with #8CAA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA82; }
p { color: rgb(140,170,130); }
H1.HeaderClassName
{
color: #8CAA82;
}
.AnyTagClassName
{
color: #8CAA82;
}
</style>
background-color css
<style>
a { background-color: #8CAA82; }
a { background-color: rgb(140,170,130); }
div.DivClassName
{
background-color: #8CAA82;
}
.BgClassName
{
background-color: #8CAA82;
}
</style>
border-color css
<style>
span { border-color: #8CAA82; }
span { border-color: rgb(140,170,130); }
td.TdClassName
{
border-color: #8CAA82;
}
.TagClassName
{
border-color: #8CAA82;
}
</style>