#AEB695

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

Shades of Green Spring #AEB695

Tints of Green Spring #AEB695

Color information

#AEB695 (or 0xAEB695) is unknown color: approx Green Spring. HEX triplet: AE, B6 and 95. RGB value is (174,182,149). Sum of RGB (Red+Green+Blue) = 174+182+149=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB695 is #51496A. Grayscale: #AFAFAF. Windows color (decimal): -5327211 or 9811630. OLE color: 9811630.

HSL color Cylindrical-coordinate representation of color #AEB695: hue angle of 74.55º 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 #AEB695 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB174182149-
CMYK0.0400.180.29
HSL74.55º18.44%64.9%-
HSV(B)74.55º18.13%71.37%-
XYZ39.6144.6234.96-
YUV175.85112.85126.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 182 (71.48% from 255) = 36.04%
BLUE value IS 149 (58.59% from 255) = 29.50%
R=34.46%
G=36.04%
B=29.50%

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
Decimal1741821490.0400.180.2974.5518.4464.9
HexAEB69540121D4b1241
Octal25626622540223511322101
Binary101011101011011010010101100010010111011001011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB695; }

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

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

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

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

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

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

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

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