#AEB397

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

Shades of Green Spring #AEB397

Tints of Green Spring #AEB397

Color information

#AEB397 (or 0xAEB397) is unknown color: approx Green Spring. HEX triplet: AE, B3 and 97. RGB value is (174,179,151). Sum of RGB (Red+Green+Blue) = 174+179+151=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB397 is #514C68. Grayscale: #AEAEAE. Windows color (decimal): -5327977 or 9941934. OLE color: 9941934.

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

Color convert

RGB174179151-
CMYK0.0300.160.30
HSL70.71º15.56%64.71%-
HSV(B)70.71º15.64%70.2%-
XYZ39.1643.4735.61-
YUV174.31114.84127.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 179 (70.31% from 255) = 35.52%
BLUE value IS 151 (59.38% from 255) = 29.96%
R=34.52%
G=35.52%
B=29.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791510.0300.160.3070.7115.5664.71
HexAEB39730101E471041
Octal25626322730203610720101
Binary10101110101100111001011111010000111101000111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB397; }

 p { color: rgb(174,179,151); }

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

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

 a { background-color: rgb(174,179,151); }

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

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

 span { border-color: rgb(174,179,151); }

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