#9ABAA9

Color #9ABAA9 Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #9ABAA9

Tints of Skeptic #9ABAA9

Color information

#9ABAA9 (or 0x9ABAA9) is unknown color: approx 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

RGB154186169-
CMYK0.1700.090.27
HSL148.12º18.82%66.67%-
HSV(B)148.12º17.2%72.94%-
XYZ38.0544.8544.19-
YUV174.49124.9113.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 30.26%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 169 (66.41% from 255) = 33.20%
R=30.26%
G=36.54%
B=33.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541861690.1700.090.27148.1218.8266.67
Hex9ABAA911091B941343
Octal232272251210113322423103
Binary10011010101110101010100110001010011101110010100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>