#9ABAB2

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

Shades of Shadow Green #9ABAB2

Tints of Shadow Green #9ABAB2

Color information

#9ABAB2 (or 0x9ABAB2) is unknown color: approx Shadow Green. HEX triplet: 9A, BA and B2. RGB value is (154,186,178). Sum of RGB (Red+Green+Blue) = 154+186+178=518 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.73% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABAB2 is #65454D. Grayscale: #AFAFAF. Windows color (decimal): -6636878 or 11713178. OLE color: 11713178.

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

Color convert

RGB154186178-
CMYK0.1700.040.27
HSL165º18.82%66.67%-
HSV(B)165º17.2%72.94%-
XYZ38.9245.248.79-
YUV175.52129.4112.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.73%
GREEN value IS 186 (73.05% from 255) = 35.91%
BLUE value IS 178 (69.92% from 255) = 34.36%
R=29.73%
G=35.91%
B=34.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541861780.1700.040.2716518.8266.67
Hex9ABAB211041Ba51343
Octal23227226221043324523103
Binary1001101010111010101100101000101001101110100101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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