Shades of Mantle #9BAE93
Tints of Mantle #9BAE93
RGB
CMYK
RGB Variations
Color information
#9BAE93 (or 0x9BAE93) is known color: Mantle. HEX triplet: 9B, AE and 93. RGB value is (155,174,147). Sum of RGB (Red+Green+Blue) = 155+174+147=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAE93 is #64516C. Grayscale: #A5A5A5. Windows color (decimal): -6574445 or 9678491. OLE color: 9678491.
HSL color Cylindrical-coordinate representation of color #9BAE93: hue angle of 102.22º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9BAE93 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 174 | 147 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.32 |
| HSL | 102.22º | 0.14% | 0.63% | - |
| HSV(B) | 102.22º | 0.16% | 0.68% | - |
| XYZ | 33.92 | 39.35 | 33.41 | - |
| YUV | 165.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 147 | 0.11 | 0 | 0.16 | 0.32 | 102.22 | 0.14 | 0.63 |
| Hex | 9B | AE | 93 | B | 0 | 10 | 20 | 66 | E | 3F |
| Octal | 233 | 256 | 223 | 13 | 0 | 20 | 40 | 146 | 16 | 77 |
| Binary | 10011011 | 10101110 | 10010011 | 1011 | 0 | 10000 | 100000 | 1100110 | 1110 | 111111 |
Color Harmonies of #9BAE93
Complementary color
Monochromatic Colors of #9BAE93
Black with #9BAE93
Text Example
Text Example
White with #9BAE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAE93; }
p { color: rgb(155,174,147); }
H1.HeaderClassName
{
color: #9BAE93;
}
.AnyTagClassName
{
color: #9BAE93;
}
</style>
background-color css
<style>
a { background-color: #9BAE93; }
a { background-color: rgb(155,174,147); }
div.DivClassName
{
background-color: #9BAE93;
}
.BgClassName
{
background-color: #9BAE93;
}
</style>
border-color css
<style>
span { border-color: #9BAE93; }
span { border-color: rgb(155,174,147); }
td.TdClassName
{
border-color: #9BAE93;
}
.TagClassName
{
border-color: #9BAE93;
}
</style>