#AEB19C

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

Shades of Green Spring #AEB19C

Tints of Green Spring #AEB19C

Color information

#AEB19C (or 0xAEB19C) is unknown color: approx Green Spring. HEX triplet: AE, B1 and 9C. RGB value is (174,177,156). Sum of RGB (Red+Green+Blue) = 174+177+156=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB19C is #514E63. Grayscale: #ADADAD. Windows color (decimal): -5328484 or 10269102. OLE color: 10269102.

HSL color Cylindrical-coordinate representation of color #AEB19C: hue angle of 68.57º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEB19C is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB174177156-
CMYK0.0200.120.31
HSL68.57º11.86%65.29%-
HSV(B)68.57º11.86%69.41%-
XYZ39.1842.8437.66-
YUV173.71118.01128.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 177 (69.53% from 255) = 34.91%
BLUE value IS 156 (61.33% from 255) = 30.77%
R=34.32%
G=34.91%
B=30.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771560.0200.120.3168.5711.8665.29
HexAEB19C20C1F45c41
Octal25626123420143710514101
Binary101011101011000110011100100110011111100010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB19C; }

 p { color: rgb(174,177,156); }

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

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

 a { background-color: rgb(174,177,156); }

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

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

 span { border-color: rgb(174,177,156); }

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