Shades of Skeptic #9ABDAB
Tints of Skeptic #9ABDAB
RGB
CMYK
RGB Variations
Color information
#9ABDAB (or 0x9ABDAB) is known color: Skeptic. HEX triplet: 9A, BD and AB. RGB value is (154,189,171). Sum of RGB (Red+Green+Blue) = 154+189+171=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABDAB is #654254. Grayscale: #B0B0B0. Windows color (decimal): -6636117 or 11255194. OLE color: 11255194.
HSL color Cylindrical-coordinate representation of color #9ABDAB: hue angle of 149.14º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABDAB is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 189 | 171 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.26 |
| HSL | 149.14º | 0.21% | 0.67% | - |
| HSV(B) | 149.14º | 0.19% | 0.74% | - |
| XYZ | 38.87 | 46.21 | 45.4 | - |
| YUV | 176.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 171 | 0.19 | 0 | 0.10 | 0.26 | 149.14 | 0.21 | 0.67 |
| Hex | 9A | BD | AB | 13 | 0 | A | 1A | 95 | 15 | 43 |
| Octal | 232 | 275 | 253 | 23 | 0 | 12 | 32 | 225 | 25 | 103 |
| Binary | 10011010 | 10111101 | 10101011 | 10011 | 0 | 1010 | 11010 | 10010101 | 10101 | 1000011 |
Color Harmonies of #9ABDAB
Complementary color
Monochromatic Colors of #9ABDAB
Black with #9ABDAB
Text Example
Text Example
White with #9ABDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABDAB; }
p { color: rgb(154,189,171); }
H1.HeaderClassName
{
color: #9ABDAB;
}
.AnyTagClassName
{
color: #9ABDAB;
}
</style>
background-color css
<style>
a { background-color: #9ABDAB; }
a { background-color: rgb(154,189,171); }
div.DivClassName
{
background-color: #9ABDAB;
}
.BgClassName
{
background-color: #9ABDAB;
}
</style>
border-color css
<style>
span { border-color: #9ABDAB; }
span { border-color: rgb(154,189,171); }
td.TdClassName
{
border-color: #9ABDAB;
}
.TagClassName
{
border-color: #9ABDAB;
}
</style>