#AEB197

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

Shades of Green Spring #AEB197

Tints of Green Spring #AEB197

Color information

#AEB197 (or 0xAEB197) is unknown color: approx Green Spring. HEX triplet: AE, B1 and 97. RGB value is (174,177,151). Sum of RGB (Red+Green+Blue) = 174+177+151=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB197 is #514E68. Grayscale: #ADADAD. Windows color (decimal): -5328489 or 9941422. OLE color: 9941422.

HSL color Cylindrical-coordinate representation of color #AEB197: hue angle of 66.92º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEB197 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB174177151-
CMYK0.0200.150.31
HSL66.92º14.29%64.31%-
HSV(B)66.92º14.69%69.41%-
XYZ38.7642.6835.47-
YUV173.14115.51128.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.66%
GREEN value IS 177 (69.53% from 255) = 35.26%
BLUE value IS 151 (59.38% from 255) = 30.08%
R=34.66%
G=35.26%
B=30.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771510.0200.150.3166.9214.2964.31
HexAEB19720F1F43e40
Octal25626122720173710316100
Binary101011101011000110010111100111111111100001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB197; }

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

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

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

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

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

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

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

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