#AEB796

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

Shades of Green Spring #AEB796

Tints of Green Spring #AEB796

Color information

#AEB796 (or 0xAEB796) is unknown color: approx Green Spring. HEX triplet: AE, B7 and 96. RGB value is (174,183,150). Sum of RGB (Red+Green+Blue) = 174+183+150=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB796 is #514869. Grayscale: #B0B0B0. Windows color (decimal): -5326954 or 9877422. OLE color: 9877422.

HSL color Cylindrical-coordinate representation of color #AEB796: hue angle of 76.36º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEB796 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB174183150-
CMYK0.0500.180.28
HSL76.36º18.64%65.29%-
HSV(B)76.36º18.03%71.76%-
XYZ39.8945.0735.45-
YUV176.55113.02126.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 183 (71.88% from 255) = 36.09%
BLUE value IS 150 (58.98% from 255) = 29.59%
R=34.32%
G=36.09%
B=29.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741831500.0500.180.2876.3618.6465.29
HexAEB79650121C4c1341
Octal25626722650223411423101
Binary101011101011011110010110101010010111001001100100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB796; }

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

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

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

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

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

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

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

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