Shades of Mantle #9AB298
Tints of Mantle #9AB298
RGB
CMYK
RGB Variations
Color information
#9AB298 (or 0x9AB298) is known color: Mantle. HEX triplet: 9A, B2 and 98. RGB value is (154,178,152). Sum of RGB (Red+Green+Blue) = 154+178+152=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB298 is #654D67. Grayscale: #A7A7A7. Windows color (decimal): -6638952 or 10007194. OLE color: 10007194.
HSL color Cylindrical-coordinate representation of color #9AB298: hue angle of 115.38º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9AB298 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 178 | 152 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.30 |
| HSL | 115.38º | 0.14% | 0.65% | - |
| HSV(B) | 115.38º | 0.15% | 0.7% | - |
| XYZ | 34.91 | 40.98 | 35.78 | - |
| YUV | 167.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 178 | 152 | 0.13 | 0 | 0.15 | 0.30 | 115.38 | 0.14 | 0.65 |
| Hex | 9A | B2 | 98 | D | 0 | F | 1E | 73 | E | 41 |
| Octal | 232 | 262 | 230 | 15 | 0 | 17 | 36 | 163 | 16 | 101 |
| Binary | 10011010 | 10110010 | 10011000 | 1101 | 0 | 1111 | 11110 | 1110011 | 1110 | 1000001 |
Color Harmonies of #9AB298
Complementary color
Monochromatic Colors of #9AB298
Black with #9AB298
Text Example
Text Example
White with #9AB298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB298; }
p { color: rgb(154,178,152); }
H1.HeaderClassName
{
color: #9AB298;
}
.AnyTagClassName
{
color: #9AB298;
}
</style>
background-color css
<style>
a { background-color: #9AB298; }
a { background-color: rgb(154,178,152); }
div.DivClassName
{
background-color: #9AB298;
}
.BgClassName
{
background-color: #9AB298;
}
</style>
border-color css
<style>
span { border-color: #9AB298; }
span { border-color: rgb(154,178,152); }
td.TdClassName
{
border-color: #9AB298;
}
.TagClassName
{
border-color: #9AB298;
}
</style>