Shades of Mantle #93AA85
Tints of Mantle #93AA85
RGB
CMYK
RGB Variations
Color information
#93AA85 (or 0x93AA85) is known color: Mantle. HEX triplet: 93, AA and 85. RGB value is (147,170,133). Sum of RGB (Red+Green+Blue) = 147+170+133=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AA85 is #6C557A. Grayscale: #9F9F9F. Windows color (decimal): -7099771 or 8759955. OLE color: 8759955.
HSL color Cylindrical-coordinate representation of color #93AA85: hue angle of 97.3º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93AA85 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 170 | 133 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.33 |
| HSL | 97.3º | 0.18% | 0.59% | - |
| HSV(B) | 97.3º | 0.22% | 0.67% | - |
| XYZ | 30.64 | 36.65 | 27.65 | - |
| YUV | 158.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 133 | 0.14 | 0 | 0.22 | 0.33 | 97.3 | 0.18 | 0.59 |
| Hex | 93 | AA | 85 | E | 0 | 16 | 21 | 61 | 12 | 3B |
| Octal | 223 | 252 | 205 | 16 | 0 | 26 | 41 | 141 | 22 | 73 |
| Binary | 10010011 | 10101010 | 10000101 | 1110 | 0 | 10110 | 100001 | 1100001 | 10010 | 111011 |
Color Harmonies of #93AA85
Complementary color
Monochromatic Colors of #93AA85
Black with #93AA85
Text Example
Text Example
White with #93AA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AA85; }
p { color: rgb(147,170,133); }
H1.HeaderClassName
{
color: #93AA85;
}
.AnyTagClassName
{
color: #93AA85;
}
</style>
background-color css
<style>
a { background-color: #93AA85; }
a { background-color: rgb(147,170,133); }
div.DivClassName
{
background-color: #93AA85;
}
.BgClassName
{
background-color: #93AA85;
}
</style>
border-color css
<style>
span { border-color: #93AA85; }
span { border-color: rgb(147,170,133); }
td.TdClassName
{
border-color: #93AA85;
}
.TagClassName
{
border-color: #93AA85;
}
</style>