#AEB495

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

Shades of Green Spring #AEB495

Tints of Green Spring #AEB495

Color information

#AEB495 (or 0xAEB495) is unknown color: approx Green Spring. HEX triplet: AE, B4 and 95. RGB value is (174,180,149). Sum of RGB (Red+Green+Blue) = 174+180+149=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB495 is #514B6A. Grayscale: #AEAEAE. Windows color (decimal): -5327723 or 9811118. OLE color: 9811118.

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

Color convert

RGB174180149-
CMYK0.0300.170.29
HSL71.61º17.13%64.51%-
HSV(B)71.61º17.22%70.59%-
XYZ39.243.8134.82-
YUV174.67113.51127.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.59%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 149 (58.59% from 255) = 29.62%
R=34.59%
G=35.79%
B=29.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801490.0300.170.2971.6117.1364.51
HexAEB49530111D481141
Octal25626422530213511021101
Binary10101110101101001001010111010001111011001000100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB495; }

 p { color: rgb(174,180,149); }

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

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

 a { background-color: rgb(174,180,149); }

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

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

 span { border-color: rgb(174,180,149); }

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