Shades of Mantle #9CB295
Tints of Mantle #9CB295
RGB
CMYK
RGB Variations
Color information
#9CB295 (or 0x9CB295) is known color: Mantle. HEX triplet: 9C, B2 and 95. RGB value is (156,178,149). Sum of RGB (Red+Green+Blue) = 156+178+149=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB295 is #634D6A. Grayscale: #A8A8A8. Windows color (decimal): -6507883 or 9810588. OLE color: 9810588.
HSL color Cylindrical-coordinate representation of color #9CB295: hue angle of 105.52º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CB295 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 178 | 149 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.30 |
| HSL | 105.52º | 0.16% | 0.64% | - |
| HSV(B) | 105.52º | 0.16% | 0.7% | - |
| XYZ | 35.06 | 41.08 | 34.52 | - |
| YUV | 168.12 | 117.21 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 178 | 149 | 0.12 | 0 | 0.16 | 0.30 | 105.52 | 0.16 | 0.64 |
| Hex | 9C | B2 | 95 | C | 0 | 10 | 1E | 6A | 10 | 40 |
| Octal | 234 | 262 | 225 | 14 | 0 | 20 | 36 | 152 | 20 | 100 |
| Binary | 10011100 | 10110010 | 10010101 | 1100 | 0 | 10000 | 11110 | 1101010 | 10000 | 1000000 |
Color Harmonies of #9CB295
Complementary color
Monochromatic Colors of #9CB295
Black with #9CB295
Text Example
Text Example
White with #9CB295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB295; }
p { color: rgb(156,178,149); }
H1.HeaderClassName
{
color: #9CB295;
}
.AnyTagClassName
{
color: #9CB295;
}
</style>
background-color css
<style>
a { background-color: #9CB295; }
a { background-color: rgb(156,178,149); }
div.DivClassName
{
background-color: #9CB295;
}
.BgClassName
{
background-color: #9CB295;
}
</style>
border-color css
<style>
span { border-color: #9CB295; }
span { border-color: rgb(156,178,149); }
td.TdClassName
{
border-color: #9CB295;
}
.TagClassName
{
border-color: #9CB295;
}
</style>