Shades of Mantle #9BAE98
Tints of Mantle #9BAE98
RGB
CMYK
RGB Variations
Color information
#9BAE98 (or 0x9BAE98) is known color: Mantle. HEX triplet: 9B, AE and 98. RGB value is (155,174,152). Sum of RGB (Red+Green+Blue) = 155+174+152=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAE98 is #645167. Grayscale: #A5A5A5. Windows color (decimal): -6574440 or 10006171. OLE color: 10006171.
HSL color Cylindrical-coordinate representation of color #9BAE98: hue angle of 111.82º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9BAE98 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 174 | 152 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.32 |
| HSL | 111.82º | 0.12% | 0.64% | - |
| HSV(B) | 111.82º | 0.13% | 0.68% | - |
| XYZ | 34.32 | 39.51 | 35.52 | - |
| YUV | 165.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 152 | 0.11 | 0 | 0.13 | 0.32 | 111.82 | 0.12 | 0.64 |
| Hex | 9B | AE | 98 | B | 0 | D | 20 | 70 | C | 40 |
| Octal | 233 | 256 | 230 | 13 | 0 | 15 | 40 | 160 | 14 | 100 |
| Binary | 10011011 | 10101110 | 10011000 | 1011 | 0 | 1101 | 100000 | 1110000 | 1100 | 1000000 |
Color Harmonies of #9BAE98
Complementary color
Monochromatic Colors of #9BAE98
Black with #9BAE98
Text Example
Text Example
White with #9BAE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAE98; }
p { color: rgb(155,174,152); }
H1.HeaderClassName
{
color: #9BAE98;
}
.AnyTagClassName
{
color: #9BAE98;
}
</style>
background-color css
<style>
a { background-color: #9BAE98; }
a { background-color: rgb(155,174,152); }
div.DivClassName
{
background-color: #9BAE98;
}
.BgClassName
{
background-color: #9BAE98;
}
</style>
border-color css
<style>
span { border-color: #9BAE98; }
span { border-color: rgb(155,174,152); }
td.TdClassName
{
border-color: #9BAE98;
}
.TagClassName
{
border-color: #9BAE98;
}
</style>