#9ABCA9

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

Shades of Skeptic #9ABCA9

Tints of Skeptic #9ABCA9

Color information

#9ABCA9 (or 0x9ABCA9) is unknown color: approx Skeptic. HEX triplet: 9A, BC and A9. RGB value is (154,188,169). Sum of RGB (Red+Green+Blue) = 154+188+169=511 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.14% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 169 (66.41% from 255 or 33.07% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABCA9 is #654356. Grayscale: #AFAFAF. Windows color (decimal): -6636375 or 11123866. OLE color: 11123866.

HSL color Cylindrical-coordinate representation of color #9ABCA9: hue angle of 146.47º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9ABCA9 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB154188169-
CMYK0.1800.100.26
HSL146.47º20.24%67.06%-
HSV(B)146.47º18.09%73.73%-
XYZ38.4745.744.33-
YUV175.67124.24112.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.14%
GREEN value IS 188 (73.83% from 255) = 36.79%
BLUE value IS 169 (66.41% from 255) = 33.07%
R=30.14%
G=36.79%
B=33.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541881690.1800.100.26146.4720.2467.06
Hex9ABCA9120A1A921443
Octal232274251220123222224103
Binary10011010101111001010100110010010101101010010010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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