#AEBA98

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

Shades of Green Spring #AEBA98

Tints of Green Spring #AEBA98

Color information

#AEBA98 (or 0xAEBA98) is unknown color: approx Green Spring. HEX triplet: AE, BA and 98. RGB value is (174,186,152). Sum of RGB (Red+Green+Blue) = 174+186+152=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBA98 is #514567. Grayscale: #B2B2B2. Windows color (decimal): -5326184 or 10009262. OLE color: 10009262.

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

Color convert

RGB174186152-
CMYK0.0600.180.27
HSL81.18º19.77%66.27%-
HSV(B)81.18º18.28%72.94%-
XYZ40.6846.3836.51-
YUV178.54113.02124.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 186 (73.05% from 255) = 36.33%
BLUE value IS 152 (59.77% from 255) = 29.69%
R=33.98%
G=36.33%
B=29.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861520.0600.180.2781.1819.7766.27
HexAEBA9860121B511442
Octal25627223060223312124102
Binary101011101011101010011000110010010110111010001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA98; }

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

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

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

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

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

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

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

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