#AEB696

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

Shades of Green Spring #AEB696

Tints of Green Spring #AEB696

Color information

#AEB696 (or 0xAEB696) is unknown color: approx Green Spring. HEX triplet: AE, B6 and 96. RGB value is (174,182,150). Sum of RGB (Red+Green+Blue) = 174+182+150=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB696 is #514969. Grayscale: #B0B0B0. Windows color (decimal): -5327210 or 9877166. OLE color: 9877166.

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

Color convert

RGB174182150-
CMYK0.0400.180.29
HSL75º17.98%65.1%-
HSV(B)75º17.58%71.37%-
XYZ39.6944.6635.38-
YUV175.96113.35126.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 182 (71.48% from 255) = 35.97%
BLUE value IS 150 (58.98% from 255) = 29.64%
R=34.39%
G=35.97%
B=29.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741821500.0400.180.297517.9865.1
HexAEB69640121D4b1241
Octal25626622640223511322101
Binary101011101011011010010110100010010111011001011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB696; }

 p { color: rgb(174,182,150); }

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

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

 a { background-color: rgb(174,182,150); }

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

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

 span { border-color: rgb(174,182,150); }

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