Shades of Mantle #9CAF9C
Tints of Mantle #9CAF9C
RGB
CMYK
RGB Variations
Color information
#9CAF9C (or 0x9CAF9C) is known color: Mantle. HEX triplet: 9C, AF and 9C. RGB value is (156,175,156). Sum of RGB (Red+Green+Blue) = 156+175+156=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAF9C is #635063. Grayscale: #A7A7A7. Windows color (decimal): -6508644 or 10268572. OLE color: 10268572.
HSL color Cylindrical-coordinate representation of color #9CAF9C: hue angle of 120º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9CAF9C is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 175 | 156 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.31 |
| HSL | 120º | 0.11% | 0.65% | - |
| HSV(B) | 120º | 0.11% | 0.69% | - |
| XYZ | 35.04 | 40.13 | 37.35 | - |
| YUV | 167.15 | 121.71 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 156 | 0.11 | 0 | 0.11 | 0.31 | 120 | 0.11 | 0.65 |
| Hex | 9C | AF | 9C | B | 0 | B | 1F | 78 | B | 41 |
| Octal | 234 | 257 | 234 | 13 | 0 | 13 | 37 | 170 | 13 | 101 |
| Binary | 10011100 | 10101111 | 10011100 | 1011 | 0 | 1011 | 11111 | 1111000 | 1011 | 1000001 |
Color Harmonies of #9CAF9C
Complementary color
Monochromatic Colors of #9CAF9C
Black with #9CAF9C
Text Example
Text Example
White with #9CAF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAF9C; }
p { color: rgb(156,175,156); }
H1.HeaderClassName
{
color: #9CAF9C;
}
.AnyTagClassName
{
color: #9CAF9C;
}
</style>
background-color css
<style>
a { background-color: #9CAF9C; }
a { background-color: rgb(156,175,156); }
div.DivClassName
{
background-color: #9CAF9C;
}
.BgClassName
{
background-color: #9CAF9C;
}
</style>
border-color css
<style>
span { border-color: #9CAF9C; }
span { border-color: rgb(156,175,156); }
td.TdClassName
{
border-color: #9CAF9C;
}
.TagClassName
{
border-color: #9CAF9C;
}
</style>