Shades of Mantle #9CB095
Tints of Mantle #9CB095
RGB
CMYK
RGB Variations
Color information
#9CB095 (or 0x9CB095) is known color: Mantle. HEX triplet: 9C, B0 and 95. RGB value is (156,176,149). Sum of RGB (Red+Green+Blue) = 156+176+149=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB095 is #634F6A. Grayscale: #A7A7A7. Windows color (decimal): -6508395 or 9810076. OLE color: 9810076.
HSL color Cylindrical-coordinate representation of color #9CB095: hue angle of 104.44º degrees, saturation: 0.15, 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 #9CB095 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 176 | 149 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.31 |
| HSL | 104.44º | 0.15% | 0.64% | - |
| HSV(B) | 104.44º | 0.15% | 0.69% | - |
| XYZ | 34.66 | 40.29 | 34.38 | - |
| YUV | 166.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 176 | 149 | 0.11 | 0 | 0.15 | 0.31 | 104.44 | 0.15 | 0.64 |
| Hex | 9C | B0 | 95 | B | 0 | F | 1F | 68 | F | 40 |
| Octal | 234 | 260 | 225 | 13 | 0 | 17 | 37 | 150 | 17 | 100 |
| Binary | 10011100 | 10110000 | 10010101 | 1011 | 0 | 1111 | 11111 | 1101000 | 1111 | 1000000 |
Color Harmonies of #9CB095
Complementary color
Monochromatic Colors of #9CB095
Black with #9CB095
Text Example
Text Example
White with #9CB095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB095; }
p { color: rgb(156,176,149); }
H1.HeaderClassName
{
color: #9CB095;
}
.AnyTagClassName
{
color: #9CB095;
}
</style>
background-color css
<style>
a { background-color: #9CB095; }
a { background-color: rgb(156,176,149); }
div.DivClassName
{
background-color: #9CB095;
}
.BgClassName
{
background-color: #9CB095;
}
</style>
border-color css
<style>
span { border-color: #9CB095; }
span { border-color: rgb(156,176,149); }
td.TdClassName
{
border-color: #9CB095;
}
.TagClassName
{
border-color: #9CB095;
}
</style>