Shades of Mantle #9BAF9A
Tints of Mantle #9BAF9A
RGB
CMYK
RGB Variations
Color information
#9BAF9A (or 0x9BAF9A) is known color: Mantle. HEX triplet: 9B, AF and 9A. RGB value is (155,175,154). Sum of RGB (Red+Green+Blue) = 155+175+154=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAF9A is #645065. Grayscale: #A6A6A6. Windows color (decimal): -6574182 or 10137499. OLE color: 10137499.
HSL color Cylindrical-coordinate representation of color #9BAF9A: hue angle of 117.14º 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 #9BAF9A is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 175 | 154 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.31 |
| HSL | 117.14º | 0.12% | 0.65% | - |
| HSV(B) | 117.14º | 0.12% | 0.69% | - |
| XYZ | 34.68 | 39.96 | 36.46 | - |
| YUV | 166.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 154 | 0.11 | 0 | 0.12 | 0.31 | 117.14 | 0.12 | 0.65 |
| Hex | 9B | AF | 9A | B | 0 | C | 1F | 75 | C | 41 |
| Octal | 233 | 257 | 232 | 13 | 0 | 14 | 37 | 165 | 14 | 101 |
| Binary | 10011011 | 10101111 | 10011010 | 1011 | 0 | 1100 | 11111 | 1110101 | 1100 | 1000001 |
Color Harmonies of #9BAF9A
Complementary color
Monochromatic Colors of #9BAF9A
Black with #9BAF9A
Text Example
Text Example
White with #9BAF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAF9A; }
p { color: rgb(155,175,154); }
H1.HeaderClassName
{
color: #9BAF9A;
}
.AnyTagClassName
{
color: #9BAF9A;
}
</style>
background-color css
<style>
a { background-color: #9BAF9A; }
a { background-color: rgb(155,175,154); }
div.DivClassName
{
background-color: #9BAF9A;
}
.BgClassName
{
background-color: #9BAF9A;
}
</style>
border-color css
<style>
span { border-color: #9BAF9A; }
span { border-color: rgb(155,175,154); }
td.TdClassName
{
border-color: #9BAF9A;
}
.TagClassName
{
border-color: #9BAF9A;
}
</style>