#AEB99B

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

Shades of Green Spring #AEB99B

Tints of Green Spring #AEB99B

Color information

#AEB99B (or 0xAEB99B) is unknown color: approx Green Spring. HEX triplet: AE, B9 and 9B. RGB value is (174,185,155). Sum of RGB (Red+Green+Blue) = 174+185+155=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB99B is #514664. Grayscale: #B2B2B2. Windows color (decimal): -5326437 or 10205614. OLE color: 10205614.

HSL color Cylindrical-coordinate representation of color #AEB99B: hue angle of 82º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEB99B is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB174185155-
CMYK0.0600.160.27
HSL82º17.65%66.67%-
HSV(B)82º16.22%72.55%-
XYZ40.7246.0637.76-
YUV178.29114.86124.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.85%
GREEN value IS 185 (72.66% from 255) = 35.99%
BLUE value IS 155 (60.94% from 255) = 30.16%
R=33.85%
G=35.99%
B=30.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851550.0600.160.278217.6566.67
HexAEB99B60101B521243
Octal25627123360203312222103
Binary101011101011100110011011110010000110111010010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB99B; }

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

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

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

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

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

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

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

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