Shades of Mantle #9CB19B
Tints of Mantle #9CB19B
RGB
CMYK
RGB Variations
Color information
#9CB19B (or 0x9CB19B) is known color: Mantle. HEX triplet: 9C, B1 and 9B. RGB value is (156,177,155). Sum of RGB (Red+Green+Blue) = 156+177+155=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB19B is #634E64. Grayscale: #A8A8A8. Windows color (decimal): -6508133 or 10203548. OLE color: 10203548.
HSL color Cylindrical-coordinate representation of color #9CB19B: hue angle of 117.27º 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 #9CB19B is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 177 | 155 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.31 |
| HSL | 117.27º | 0.12% | 0.65% | - |
| HSV(B) | 117.27º | 0.12% | 0.69% | - |
| XYZ | 35.35 | 40.88 | 37.04 | - |
| YUV | 168.21 | 120.54 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 177 | 155 | 0.12 | 0 | 0.12 | 0.31 | 117.27 | 0.12 | 0.65 |
| Hex | 9C | B1 | 9B | C | 0 | C | 1F | 75 | C | 41 |
| Octal | 234 | 261 | 233 | 14 | 0 | 14 | 37 | 165 | 14 | 101 |
| Binary | 10011100 | 10110001 | 10011011 | 1100 | 0 | 1100 | 11111 | 1110101 | 1100 | 1000001 |
Color Harmonies of #9CB19B
Complementary color
Monochromatic Colors of #9CB19B
Black with #9CB19B
Text Example
Text Example
White with #9CB19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB19B; }
p { color: rgb(156,177,155); }
H1.HeaderClassName
{
color: #9CB19B;
}
.AnyTagClassName
{
color: #9CB19B;
}
</style>
background-color css
<style>
a { background-color: #9CB19B; }
a { background-color: rgb(156,177,155); }
div.DivClassName
{
background-color: #9CB19B;
}
.BgClassName
{
background-color: #9CB19B;
}
</style>
border-color css
<style>
span { border-color: #9CB19B; }
span { border-color: rgb(156,177,155); }
td.TdClassName
{
border-color: #9CB19B;
}
.TagClassName
{
border-color: #9CB19B;
}
</style>