#9ABAB0

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

Shades of Shadow Green #9ABAB0

Tints of Shadow Green #9ABAB0

Color information

#9ABAB0 (or 0x9ABAB0) is unknown color: approx Shadow Green. HEX triplet: 9A, BA and B0. RGB value is (154,186,176). Sum of RGB (Red+Green+Blue) = 154+186+176=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABAB0 is #65454F. Grayscale: #AFAFAF. Windows color (decimal): -6636880 or 11582106. OLE color: 11582106.

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

Color convert

RGB154186176-
CMYK0.1700.050.27
HSL161.25º18.82%66.67%-
HSV(B)161.25º17.2%72.94%-
XYZ38.7245.1247.74-
YUV175.29128.4112.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.84%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 176 (69.14% from 255) = 34.11%
R=29.84%
G=36.05%
B=34.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541861760.1700.050.27161.2518.8266.67
Hex9ABAB011051Ba11343
Octal23227226021053324123103
Binary1001101010111010101100001000101011101110100001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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