Shades of Mantle #9CA498
Tints of Mantle #9CA498
RGB
CMYK
RGB Variations
Color information
#9CA498 (or 0x9CA498) is known color: Mantle. HEX triplet: 9C, A4 and 98. RGB value is (156,164,152). Sum of RGB (Red+Green+Blue) = 156+164+152=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA498 is #635B67. Grayscale: #A0A0A0. Windows color (decimal): -6511464 or 10003612. OLE color: 10003612.
HSL color Cylindrical-coordinate representation of color #9CA498: hue angle of 100º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9CA498 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 164 | 152 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.36 |
| HSL | 100º | 0.06% | 0.62% | - |
| HSV(B) | 100º | 0.07% | 0.64% | - |
| XYZ | 32.65 | 35.89 | 34.91 | - |
| YUV | 160.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 164 | 152 | 0.05 | 0 | 0.07 | 0.36 | 100 | 0.06 | 0.62 |
| Hex | 9C | A4 | 98 | 5 | 0 | 7 | 24 | 64 | 6 | 3E |
| Octal | 234 | 244 | 230 | 5 | 0 | 7 | 44 | 144 | 6 | 76 |
| Binary | 10011100 | 10100100 | 10011000 | 101 | 0 | 111 | 100100 | 1100100 | 110 | 111110 |
Color Harmonies of #9CA498
Complementary color
Monochromatic Colors of #9CA498
Black with #9CA498
Text Example
Text Example
White with #9CA498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA498; }
p { color: rgb(156,164,152); }
H1.HeaderClassName
{
color: #9CA498;
}
.AnyTagClassName
{
color: #9CA498;
}
</style>
background-color css
<style>
a { background-color: #9CA498; }
a { background-color: rgb(156,164,152); }
div.DivClassName
{
background-color: #9CA498;
}
.BgClassName
{
background-color: #9CA498;
}
</style>
border-color css
<style>
span { border-color: #9CA498; }
span { border-color: rgb(156,164,152); }
td.TdClassName
{
border-color: #9CA498;
}
.TagClassName
{
border-color: #9CA498;
}
</style>