#9ABAAB

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

Shades of Skeptic #9ABAAB

Tints of Skeptic #9ABAAB

Color information

#9ABAAB (or 0x9ABAAB) is unknown color: approx Skeptic. HEX triplet: 9A, BA and AB. RGB value is (154,186,171). Sum of RGB (Red+Green+Blue) = 154+186+171=511 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.14% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABAAB is #654554. Grayscale: #AEAEAE. Windows color (decimal): -6636885 or 11254426. OLE color: 11254426.

HSL color Cylindrical-coordinate representation of color #9ABAAB: hue angle of 151.87º 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 #9ABAAB is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB154186171-
CMYK0.1700.080.27
HSL151.87º18.82%66.67%-
HSV(B)151.87º17.2%72.94%-
XYZ38.2444.9345.18-
YUV174.72125.9113.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.14%
GREEN value IS 186 (73.05% from 255) = 36.40%
BLUE value IS 171 (67.19% from 255) = 33.46%
R=30.14%
G=36.40%
B=33.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541861710.1700.080.27151.8718.8266.67
Hex9ABAAB11081B981343
Octal232272253210103323023103
Binary10011010101110101010101110001010001101110011000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ABAAB; }

 p { color: rgb(154,186,171); }

 H1.HeaderClassName
 {
   color: #9ABAAB;
 }
 .AnyTagClassName
 {
   color: #9ABAAB;
 }
</style>
background-color css

<style>
 a { background-color: #9ABAAB; }

 a { background-color: rgb(154,186,171); }

 div.DivClassName
 {
   background-color: #9ABAAB;
 }
 .BgClassName
 {
   background-color: #9ABAAB;
 }
</style>
border-color css

<style>
 span { border-color: #9ABAAB; }

 span { border-color: rgb(154,186,171); }

 td.TdClassName
 {
   border-color: #9ABAAB;
 }
 .TagClassName
 {
   border-color: #9ABAAB;
 }
</style>