Shades of Mantle #8AA384
Tints of Mantle #8AA384
RGB
CMYK
RGB Variations
Color information
#8AA384 (or 0x8AA384) is known color: Mantle. HEX triplet: 8A, A3 and 84. RGB value is (138,163,132). Sum of RGB (Red+Green+Blue) = 138+163+132=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA384 is #755C7B. Grayscale: #989898. Windows color (decimal): -7691388 or 8692618. OLE color: 8692618.
HSL color Cylindrical-coordinate representation of color #8AA384: hue angle of 108.39º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8AA384 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 163 | 132 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.36 |
| HSL | 108.39º | 0.14% | 0.58% | - |
| HSV(B) | 108.39º | 0.19% | 0.64% | - |
| XYZ | 27.74 | 33.26 | 26.79 | - |
| YUV | 151.99 | 116.72 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 163 | 132 | 0.15 | 0 | 0.19 | 0.36 | 108.39 | 0.14 | 0.58 |
| Hex | 8A | A3 | 84 | F | 0 | 13 | 24 | 6C | E | 3A |
| Octal | 212 | 243 | 204 | 17 | 0 | 23 | 44 | 154 | 16 | 72 |
| Binary | 10001010 | 10100011 | 10000100 | 1111 | 0 | 10011 | 100100 | 1101100 | 1110 | 111010 |
Color Harmonies of #8AA384
Complementary color
Monochromatic Colors of #8AA384
Black with #8AA384
Text Example
Text Example
White with #8AA384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA384; }
p { color: rgb(138,163,132); }
H1.HeaderClassName
{
color: #8AA384;
}
.AnyTagClassName
{
color: #8AA384;
}
</style>
background-color css
<style>
a { background-color: #8AA384; }
a { background-color: rgb(138,163,132); }
div.DivClassName
{
background-color: #8AA384;
}
.BgClassName
{
background-color: #8AA384;
}
</style>
border-color css
<style>
span { border-color: #8AA384; }
span { border-color: rgb(138,163,132); }
td.TdClassName
{
border-color: #8AA384;
}
.TagClassName
{
border-color: #8AA384;
}
</style>