Shades of Mantle #9CB193
Tints of Mantle #9CB193
RGB
CMYK
RGB Variations
Color information
#9CB193 (or 0x9CB193) is known color: Mantle. HEX triplet: 9C, B1 and 93. RGB value is (156,177,147). Sum of RGB (Red+Green+Blue) = 156+177+147=480 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.5% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB193 is #634E6C. Grayscale: #A7A7A7. Windows color (decimal): -6508141 or 9679260. OLE color: 9679260.
HSL color Cylindrical-coordinate representation of color #9CB193: hue angle of 102º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CB193 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 177 | 147 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.31 |
| HSL | 102º | 0.16% | 0.64% | - |
| HSV(B) | 102º | 0.17% | 0.69% | - |
| XYZ | 34.7 | 40.62 | 33.62 | - |
| YUV | 167.3 | 116.54 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 147 | 0.12 | 0 | 0.17 | 0.31 | 102 | 0.16 | 0.64 |
| Hex | 9C | B1 | 93 | C | 0 | 11 | 1F | 66 | 10 | 40 |
| Octal | 234 | 261 | 223 | 14 | 0 | 21 | 37 | 146 | 20 | 100 |
| Binary | 10011100 | 10110001 | 10010011 | 1100 | 0 | 10001 | 11111 | 1100110 | 10000 | 1000000 |
Color Harmonies of #9CB193
Complementary color
Monochromatic Colors of #9CB193
Black with #9CB193
Text Example
Text Example
White with #9CB193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB193; }
p { color: rgb(156,177,147); }
H1.HeaderClassName
{
color: #9CB193;
}
.AnyTagClassName
{
color: #9CB193;
}
</style>
background-color css
<style>
a { background-color: #9CB193; }
a { background-color: rgb(156,177,147); }
div.DivClassName
{
background-color: #9CB193;
}
.BgClassName
{
background-color: #9CB193;
}
</style>
border-color css
<style>
span { border-color: #9CB193; }
span { border-color: rgb(156,177,147); }
td.TdClassName
{
border-color: #9CB193;
}
.TagClassName
{
border-color: #9CB193;
}
</style>