#9ABAB1

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

Shades of Shadow Green #9ABAB1

Tints of Shadow Green #9ABAB1

Color information

#9ABAB1 (or 0x9ABAB1) is unknown color: approx Shadow Green. HEX triplet: 9A, BA and B1. RGB value is (154,186,177). Sum of RGB (Red+Green+Blue) = 154+186+177=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABAB1 is #65454E. Grayscale: #AFAFAF. Windows color (decimal): -6636879 or 11647642. OLE color: 11647642.

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

Color convert

RGB154186177-
CMYK0.1700.050.27
HSL163.12º18.82%66.67%-
HSV(B)163.12º17.2%72.94%-
XYZ38.8245.1648.27-
YUV175.41128.9112.73-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.79%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 177 (69.53% from 255) = 34.24%
R=29.79%
G=35.98%
B=34.24%

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
Decimal1541861770.1700.050.27163.1218.8266.67
Hex9ABAB111051Ba31343
Octal23227226121053324323103
Binary1001101010111010101100011000101011101110100011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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