#9AB19C

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

Shades of Edward #9AB19C

Tints of Edward #9AB19C

Color information

#9AB19C (or 0x9AB19C) is unknown color: approx Edward. HEX triplet: 9A, B1 and 9C. RGB value is (154,177,156). Sum of RGB (Red+Green+Blue) = 154+177+156=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB19C is #654E63. Grayscale: #A7A7A7. Windows color (decimal): -6639204 or 10269082. OLE color: 10269082.

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

Color convert

RGB154177156-
CMYK0.1300.120.31
HSL125.22º12.85%64.9%-
HSV(B)125.22º12.99%69.41%-
XYZ35.0540.7137.46-
YUV167.73121.38118.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.62%
GREEN value IS 177 (69.53% from 255) = 36.34%
BLUE value IS 156 (61.33% from 255) = 32.03%
R=31.62%
G=36.34%
B=32.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541771560.1300.120.31125.2212.8564.9
Hex9AB19CD0C1F7dd41
Octal232261234150143717515101
Binary10011010101100011001110011010110011111111110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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