#ABAE9C

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

Shades of Green Spring #ABAE9C

Tints of Green Spring #ABAE9C

Color information

#ABAE9C (or 0xABAE9C) is unknown color: approx Green Spring. HEX triplet: AB, AE and 9C. RGB value is (171,174,156). Sum of RGB (Red+Green+Blue) = 171+174+156=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE9C is #545163. Grayscale: #ABABAB. Windows color (decimal): -5525860 or 10268331. OLE color: 10268331.

HSL color Cylindrical-coordinate representation of color #ABAE9C: hue angle of 70º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABAE9C is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB171174156-
CMYK0.0200.100.32
HSL70º10%64.71%-
HSV(B)70º10.34%68.24%-
XYZ37.9341.3337.43-
YUV171.05119.51127.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 156 (61.33% from 255) = 31.14%
R=34.13%
G=34.73%
B=31.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711741560.0200.100.32701064.71
HexABAE9C20A2046a41
Octal25325623420124010612101
Binary1010101110101110100111001001010100000100011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE9C; }

 p { color: rgb(171,174,156); }

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

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

 a { background-color: rgb(171,174,156); }

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

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

 span { border-color: rgb(171,174,156); }

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