Shades of Mantle #9BB19A
Tints of Mantle #9BB19A
RGB
CMYK
RGB Variations
Color information
#9BB19A (or 0x9BB19A) is known color: Mantle. HEX triplet: 9B, B1 and 9A. RGB value is (155,177,154). Sum of RGB (Red+Green+Blue) = 155+177+154=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB19A is #644E65. Grayscale: #A7A7A7. Windows color (decimal): -6573670 or 10138011. OLE color: 10138011.
HSL color Cylindrical-coordinate representation of color #9BB19A: hue angle of 117.39º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9BB19A is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 177 | 154 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.31 |
| HSL | 117.39º | 0.13% | 0.65% | - |
| HSV(B) | 117.39º | 0.13% | 0.69% | - |
| XYZ | 35.07 | 40.75 | 36.59 | - |
| YUV | 167.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 177 | 154 | 0.12 | 0 | 0.13 | 0.31 | 117.39 | 0.13 | 0.65 |
| Hex | 9B | B1 | 9A | C | 0 | D | 1F | 75 | D | 41 |
| Octal | 233 | 261 | 232 | 14 | 0 | 15 | 37 | 165 | 15 | 101 |
| Binary | 10011011 | 10110001 | 10011010 | 1100 | 0 | 1101 | 11111 | 1110101 | 1101 | 1000001 |
Color Harmonies of #9BB19A
Complementary color
Monochromatic Colors of #9BB19A
Black with #9BB19A
Text Example
Text Example
White with #9BB19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB19A; }
p { color: rgb(155,177,154); }
H1.HeaderClassName
{
color: #9BB19A;
}
.AnyTagClassName
{
color: #9BB19A;
}
</style>
background-color css
<style>
a { background-color: #9BB19A; }
a { background-color: rgb(155,177,154); }
div.DivClassName
{
background-color: #9BB19A;
}
.BgClassName
{
background-color: #9BB19A;
}
</style>
border-color css
<style>
span { border-color: #9BB19A; }
span { border-color: rgb(155,177,154); }
td.TdClassName
{
border-color: #9BB19A;
}
.TagClassName
{
border-color: #9BB19A;
}
</style>