#AEC896

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

Shades of Sprout #AEC896

Tints of Sprout #AEC896

Color information

#AEC896 (or 0xAEC896) is unknown color: approx Sprout. HEX triplet: AE, C8 and 96. RGB value is (174,200,150). Sum of RGB (Red+Green+Blue) = 174+200+150=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC896 is #513769. Grayscale: #BABABA. Windows color (decimal): -5322602 or 9881774. OLE color: 9881774.

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

Color convert

RGB174200150-
CMYK0.1300.250.22
HSL91.2º31.25%68.63%-
HSV(B)91.2º25%78.43%-
XYZ43.6152.5136.69-
YUV186.53107.39119.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.21%
GREEN value IS 200 (78.52% from 255) = 38.17%
BLUE value IS 150 (58.98% from 255) = 28.63%
R=33.21%
G=38.17%
B=28.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1742001500.1300.250.2291.231.2568.63
HexAEC896D019165b1f45
Octal256310226150312613337105
Binary1010111011001000100101101101011001101101011011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC896; }

 p { color: rgb(174,200,150); }

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

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

 a { background-color: rgb(174,200,150); }

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

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

 span { border-color: rgb(174,200,150); }

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