Shades of Mantle #9CB197
Tints of Mantle #9CB197
RGB
CMYK
RGB Variations
Color information
#9CB197 (or 0x9CB197) is known color: Mantle. HEX triplet: 9C, B1 and 97. RGB value is (156,177,151). Sum of RGB (Red+Green+Blue) = 156+177+151=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB197 is #634E68. Grayscale: #A7A7A7. Windows color (decimal): -6508137 or 9941404. OLE color: 9941404.
HSL color Cylindrical-coordinate representation of color #9CB197: hue angle of 108.46º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9CB197 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 177 | 151 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.31 |
| HSL | 108.46º | 0.14% | 0.64% | - |
| HSV(B) | 108.46º | 0.15% | 0.69% | - |
| XYZ | 35.02 | 40.75 | 35.3 | - |
| YUV | 167.76 | 118.54 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 151 | 0.12 | 0 | 0.15 | 0.31 | 108.46 | 0.14 | 0.64 |
| Hex | 9C | B1 | 97 | C | 0 | F | 1F | 6C | E | 40 |
| Octal | 234 | 261 | 227 | 14 | 0 | 17 | 37 | 154 | 16 | 100 |
| Binary | 10011100 | 10110001 | 10010111 | 1100 | 0 | 1111 | 11111 | 1101100 | 1110 | 1000000 |
Color Harmonies of #9CB197
Complementary color
Monochromatic Colors of #9CB197
Black with #9CB197
Text Example
Text Example
White with #9CB197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB197; }
p { color: rgb(156,177,151); }
H1.HeaderClassName
{
color: #9CB197;
}
.AnyTagClassName
{
color: #9CB197;
}
</style>
background-color css
<style>
a { background-color: #9CB197; }
a { background-color: rgb(156,177,151); }
div.DivClassName
{
background-color: #9CB197;
}
.BgClassName
{
background-color: #9CB197;
}
</style>
border-color css
<style>
span { border-color: #9CB197; }
span { border-color: rgb(156,177,151); }
td.TdClassName
{
border-color: #9CB197;
}
.TagClassName
{
border-color: #9CB197;
}
</style>