#9AB29E

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

Shades of Edward #9AB29E

Tints of Edward #9AB29E

Color information

#9AB29E (or 0x9AB29E) is unknown color: approx Edward. HEX triplet: 9A, B2 and 9E. RGB value is (154,178,158). Sum of RGB (Red+Green+Blue) = 154+178+158=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB29E is #654D61. Grayscale: #A8A8A8. Windows color (decimal): -6638946 or 10400410. OLE color: 10400410.

HSL color Cylindrical-coordinate representation of color #9AB29E: hue angle of 130º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9AB29E is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB154178158-
CMYK0.1300.110.30
HSL130º13.48%65.1%-
HSV(B)130º13.48%69.8%-
XYZ35.4241.1838.43-
YUV168.54122.05117.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.43%
GREEN value IS 178 (69.92% from 255) = 36.33%
BLUE value IS 158 (62.11% from 255) = 32.24%
R=31.43%
G=36.33%
B=32.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1541781580.1300.110.3013013.4865.1
Hex9AB29ED0B1E82d41
Octal232262236150133620215101
Binary100110101011001010011110110101011111101000001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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