Shades of Mantle #9CB19C
Tints of Mantle #9CB19C
RGB
CMYK
RGB Variations
Color information
#9CB19C (or 0x9CB19C) is known color: Mantle. HEX triplet: 9C, B1 and 9C. RGB value is (156,177,156). Sum of RGB (Red+Green+Blue) = 156+177+156=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB19C is #634E63. Grayscale: #A8A8A8. Windows color (decimal): -6508132 or 10269084. OLE color: 10269084.
HSL color Cylindrical-coordinate representation of color #9CB19C: hue angle of 120º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9CB19C is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 177 | 156 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.31 |
| HSL | 120º | 0.12% | 0.65% | - |
| HSV(B) | 120º | 0.12% | 0.69% | - |
| XYZ | 35.43 | 40.91 | 37.48 | - |
| YUV | 168.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 156 | 0.12 | 0 | 0.12 | 0.31 | 120 | 0.12 | 0.65 |
| Hex | 9C | B1 | 9C | C | 0 | C | 1F | 78 | C | 41 |
| Octal | 234 | 261 | 234 | 14 | 0 | 14 | 37 | 170 | 14 | 101 |
| Binary | 10011100 | 10110001 | 10011100 | 1100 | 0 | 1100 | 11111 | 1111000 | 1100 | 1000001 |
Color Harmonies of #9CB19C
Complementary color
Monochromatic Colors of #9CB19C
Black with #9CB19C
Text Example
Text Example
White with #9CB19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB19C; }
p { color: rgb(156,177,156); }
H1.HeaderClassName
{
color: #9CB19C;
}
.AnyTagClassName
{
color: #9CB19C;
}
</style>
background-color css
<style>
a { background-color: #9CB19C; }
a { background-color: rgb(156,177,156); }
div.DivClassName
{
background-color: #9CB19C;
}
.BgClassName
{
background-color: #9CB19C;
}
</style>
border-color css
<style>
span { border-color: #9CB19C; }
span { border-color: rgb(156,177,156); }
td.TdClassName
{
border-color: #9CB19C;
}
.TagClassName
{
border-color: #9CB19C;
}
</style>