Shades of Mantle #9CAA96
Tints of Mantle #9CAA96
RGB
CMYK
RGB Variations
Color information
#9CAA96 (or 0x9CAA96) is known color: Mantle. HEX triplet: 9C, AA and 96. RGB value is (156,170,150). Sum of RGB (Red+Green+Blue) = 156+170+150=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAA96 is #635569. Grayscale: #A3A3A3. Windows color (decimal): -6509930 or 9874076. OLE color: 9874076.
HSL color Cylindrical-coordinate representation of color #9CAA96: hue angle of 102º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9CAA96 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 170 | 150 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.33 |
| HSL | 102º | 0.11% | 0.63% | - |
| HSV(B) | 102º | 0.12% | 0.67% | - |
| XYZ | 33.59 | 38.02 | 34.42 | - |
| YUV | 163.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 150 | 0.08 | 0 | 0.12 | 0.33 | 102 | 0.11 | 0.63 |
| Hex | 9C | AA | 96 | 8 | 0 | C | 21 | 66 | B | 3F |
| Octal | 234 | 252 | 226 | 10 | 0 | 14 | 41 | 146 | 13 | 77 |
| Binary | 10011100 | 10101010 | 10010110 | 1000 | 0 | 1100 | 100001 | 1100110 | 1011 | 111111 |
Color Harmonies of #9CAA96
Complementary color
Monochromatic Colors of #9CAA96
Black with #9CAA96
Text Example
Text Example
White with #9CAA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAA96; }
p { color: rgb(156,170,150); }
H1.HeaderClassName
{
color: #9CAA96;
}
.AnyTagClassName
{
color: #9CAA96;
}
</style>
background-color css
<style>
a { background-color: #9CAA96; }
a { background-color: rgb(156,170,150); }
div.DivClassName
{
background-color: #9CAA96;
}
.BgClassName
{
background-color: #9CAA96;
}
</style>
border-color css
<style>
span { border-color: #9CAA96; }
span { border-color: rgb(156,170,150); }
td.TdClassName
{
border-color: #9CAA96;
}
.TagClassName
{
border-color: #9CAA96;
}
</style>