#9AB49D

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

Shades of Edward #9AB49D

Tints of Edward #9AB49D

Color information

#9AB49D (or 0x9AB49D) is unknown color: approx Edward. HEX triplet: 9A, B4 and 9D. RGB value is (154,180,157). Sum of RGB (Red+Green+Blue) = 154+180+157=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB49D is #654B62. Grayscale: #A9A9A9. Windows color (decimal): -6638435 or 10335386. OLE color: 10335386.

HSL color Cylindrical-coordinate representation of color #9AB49D: hue angle of 126.92º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9AB49D is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB154180157-
CMYK0.1400.130.29
HSL126.92º14.77%65.49%-
HSV(B)126.92º14.44%70.59%-
XYZ35.7341.9538.11-
YUV169.6120.89116.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.36%
GREEN value IS 180 (70.70% from 255) = 36.66%
BLUE value IS 157 (61.72% from 255) = 31.98%
R=31.36%
G=36.66%
B=31.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541801570.1400.130.29126.9214.7765.49
Hex9AB49DE0D1D7ff41
Octal232264235160153517717101
Binary10011010101101001001110111100110111101111111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,180,157); }

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

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

 a { background-color: rgb(154,180,157); }

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

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

 span { border-color: rgb(154,180,157); }

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