Shades of Skeptic #9ABAA9
Tints of Skeptic #9ABAA9
RGB
CMYK
RGB Variations
Color information
#9ABAA9 (or 0x9ABAA9) is known color: Skeptic. HEX triplet: 9A, BA and A9. RGB value is (154,186,169). Sum of RGB (Red+Green+Blue) = 154+186+169=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABAA9 is #654556. Grayscale: #AEAEAE. Windows color (decimal): -6636887 or 11123354. OLE color: 11123354.
HSL color Cylindrical-coordinate representation of color #9ABAA9: hue angle of 148.12º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9ABAA9 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 186 | 169 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.27 |
| HSL | 148.13º | 0.19% | 0.67% | - |
| HSV(B) | 148.13º | 0.17% | 0.73% | - |
| XYZ | 38.05 | 44.85 | 44.19 | - |
| YUV | 174.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 169 | 0.17 | 0 | 0.09 | 0.27 | 148.13 | 0.19 | 0.67 |
| Hex | 9A | BA | A9 | 11 | 0 | 9 | 1B | 94 | 13 | 43 |
| Octal | 232 | 272 | 251 | 21 | 0 | 11 | 33 | 224 | 23 | 103 |
| Binary | 10011010 | 10111010 | 10101001 | 10001 | 0 | 1001 | 11011 | 10010100 | 10011 | 1000011 |
Color Harmonies of #9ABAA9
Complementary color
Monochromatic Colors of #9ABAA9
Black with #9ABAA9
Text Example
Text Example
White with #9ABAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABAA9; }
p { color: rgb(154,186,169); }
H1.HeaderClassName
{
color: #9ABAA9;
}
.AnyTagClassName
{
color: #9ABAA9;
}
</style>
background-color css
<style>
a { background-color: #9ABAA9; }
a { background-color: rgb(154,186,169); }
div.DivClassName
{
background-color: #9ABAA9;
}
.BgClassName
{
background-color: #9ABAA9;
}
</style>
border-color css
<style>
span { border-color: #9ABAA9; }
span { border-color: rgb(154,186,169); }
td.TdClassName
{
border-color: #9ABAA9;
}
.TagClassName
{
border-color: #9ABAA9;
}
</style>