#AEB498

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

Shades of Green Spring #AEB498

Tints of Green Spring #AEB498

Color information

#AEB498 (or 0xAEB498) is unknown color: approx Green Spring. HEX triplet: AE, B4 and 98. RGB value is (174,180,152). Sum of RGB (Red+Green+Blue) = 174+180+152=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB498 is #514B67. Grayscale: #AFAFAF. Windows color (decimal): -5327720 or 10007726. OLE color: 10007726.

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

Color convert

RGB174180152-
CMYK0.0300.160.29
HSL72.86º15.73%65.1%-
HSV(B)72.86º15.56%70.59%-
XYZ39.4443.9136.1-
YUV175.01115.01127.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 180 (70.70% from 255) = 35.57%
BLUE value IS 152 (59.77% from 255) = 30.04%
R=34.39%
G=35.57%
B=30.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801520.0300.160.2972.8615.7365.1
HexAEB49830101D491041
Octal25626423030203511120101
Binary10101110101101001001100011010000111011001001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB498; }

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

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

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

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

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

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

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

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