#9ABAA7

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

Shades of Skeptic #9ABAA7

Tints of Skeptic #9ABAA7

Color information

#9ABAA7 (or 0x9ABAA7) is unknown color: approx Skeptic. HEX triplet: 9A, BA and A7. RGB value is (154,186,167). Sum of RGB (Red+Green+Blue) = 154+186+167=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 167 (65.62% from 255 or 32.94% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABAA7 is #654558. Grayscale: #AEAEAE. Windows color (decimal): -6636889 or 10992282. OLE color: 10992282.

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

Color convert

RGB154186167-
CMYK0.1700.100.27
HSL144.37º18.82%66.67%-
HSV(B)144.37º17.2%72.94%-
XYZ37.8644.7843.21-
YUV174.27123.9113.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.37%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 167 (65.62% from 255) = 32.94%
R=30.37%
G=36.69%
B=32.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541861670.1700.100.27144.3718.8266.67
Hex9ABAA7110A1B901343
Octal232272247210123322023103
Binary10011010101110101010011110001010101101110010000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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