#AEBA9C

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

Shades of Green Spring #AEBA9C

Tints of Green Spring #AEBA9C

Color information

#AEBA9C (or 0xAEBA9C) is unknown color: approx Green Spring. HEX triplet: AE, BA and 9C. RGB value is (174,186,156). Sum of RGB (Red+Green+Blue) = 174+186+156=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBA9C is #514563. Grayscale: #B3B3B3. Windows color (decimal): -5326180 or 10271406. OLE color: 10271406.

HSL color Cylindrical-coordinate representation of color #AEBA9C: hue angle of 84º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEBA9C is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB174186156-
CMYK0.0600.160.27
HSL84º17.86%67.06%-
HSV(B)84º16.13%72.94%-
XYZ41.0246.5238.27-
YUV178.99115.02124.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 156 (61.33% from 255) = 30.23%
R=33.72%
G=36.05%
B=30.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861560.0600.160.278417.8667.06
HexAEBA9C60101B541243
Octal25627223460203312422103
Binary101011101011101010011100110010000110111010100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA9C; }

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

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

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

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

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

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

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

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