Shades of Mantle #9CA39A
Tints of Mantle #9CA39A
RGB
CMYK
RGB Variations
Color information
#9CA39A (or 0x9CA39A) is known color: Mantle. HEX triplet: 9C, A3 and 9A. RGB value is (156,163,154). Sum of RGB (Red+Green+Blue) = 156+163+154=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA39A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA39A is #635C65. Grayscale: #9F9F9F. Windows color (decimal): -6511718 or 10134428. OLE color: 10134428.
HSL color Cylindrical-coordinate representation of color #9CA39A: hue angle of 106.67º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9CA39A is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 163 | 154 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.36 |
| HSL | 106.67º | 0.05% | 0.62% | - |
| HSV(B) | 106.67º | 0.06% | 0.64% | - |
| XYZ | 32.64 | 35.6 | 35.72 | - |
| YUV | 159.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 163 | 154 | 0.04 | 0 | 0.06 | 0.36 | 106.67 | 0.05 | 0.62 |
| Hex | 9C | A3 | 9A | 4 | 0 | 6 | 24 | 6B | 5 | 3E |
| Octal | 234 | 243 | 232 | 4 | 0 | 6 | 44 | 153 | 5 | 76 |
| Binary | 10011100 | 10100011 | 10011010 | 100 | 0 | 110 | 100100 | 1101011 | 101 | 111110 |
Color Harmonies of #9CA39A
Complementary color
Monochromatic Colors of #9CA39A
Black with #9CA39A
Text Example
Text Example
White with #9CA39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA39A; }
p { color: rgb(156,163,154); }
H1.HeaderClassName
{
color: #9CA39A;
}
.AnyTagClassName
{
color: #9CA39A;
}
</style>
background-color css
<style>
a { background-color: #9CA39A; }
a { background-color: rgb(156,163,154); }
div.DivClassName
{
background-color: #9CA39A;
}
.BgClassName
{
background-color: #9CA39A;
}
</style>
border-color css
<style>
span { border-color: #9CA39A; }
span { border-color: rgb(156,163,154); }
td.TdClassName
{
border-color: #9CA39A;
}
.TagClassName
{
border-color: #9CA39A;
}
</style>