#9AB8A9

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

Shades of Skeptic #9AB8A9

Tints of Skeptic #9AB8A9

Color information

#9AB8A9 (or 0x9AB8A9) is unknown color: approx Skeptic. HEX triplet: 9A, B8 and A9. RGB value is (154,184,169). Sum of RGB (Red+Green+Blue) = 154+184+169=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB8A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB8A9 is #654756. Grayscale: #ADADAD. Windows color (decimal): -6637399 or 11122842. OLE color: 11122842.

HSL color Cylindrical-coordinate representation of color #9AB8A9: hue angle of 150º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9AB8A9 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB154184169-
CMYK0.1600.080.28
HSL150º17.44%66.27%-
HSV(B)150º16.3%72.16%-
XYZ37.6344.0244.05-
YUV173.32125.56114.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.37%
GREEN value IS 184 (72.27% from 255) = 36.29%
BLUE value IS 169 (66.41% from 255) = 33.33%
R=30.37%
G=36.29%
B=33.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1541841690.1600.080.2815017.4466.27
Hex9AB8A910081C961142
Octal232270251200103422621102
Binary10011010101110001010100110000010001110010010110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,184,169); }

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

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

 a { background-color: rgb(154,184,169); }

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

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

 span { border-color: rgb(154,184,169); }

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