#AEB39B

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

Shades of Green Spring #AEB39B

Tints of Green Spring #AEB39B

Color information

#AEB39B (or 0xAEB39B) is unknown color: approx Green Spring. HEX triplet: AE, B3 and 9B. RGB value is (174,179,155). Sum of RGB (Red+Green+Blue) = 174+179+155=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB39B is #514C64. Grayscale: #AEAEAE. Windows color (decimal): -5327973 or 10204078. OLE color: 10204078.

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

Color convert

RGB174179155-
CMYK0.0300.130.30
HSL72.5º13.64%65.49%-
HSV(B)72.5º13.41%70.2%-
XYZ39.4943.6137.35-
YUV174.77116.84127.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.25%
GREEN value IS 179 (70.31% from 255) = 35.24%
BLUE value IS 155 (60.94% from 255) = 30.51%
R=34.25%
G=35.24%
B=30.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791550.0300.130.3072.513.6465.49
HexAEB39B30D1E48e41
Octal25626323330153611016101
Binary101011101011001110011011110110111110100100011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB39B; }

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

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

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

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

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

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

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

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