#AEBA9B

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

Shades of Green Spring #AEBA9B

Tints of Green Spring #AEBA9B

Color information

#AEBA9B (or 0xAEBA9B) is unknown color: approx Green Spring. HEX triplet: AE, BA and 9B. RGB value is (174,186,155). Sum of RGB (Red+Green+Blue) = 174+186+155=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBA9B is #514564. Grayscale: #B2B2B2. Windows color (decimal): -5326181 or 10205870. OLE color: 10205870.

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

Color convert

RGB174186155-
CMYK0.0600.170.27
HSL83.23º18.34%66.86%-
HSV(B)83.23º16.67%72.94%-
XYZ40.9346.4837.83-
YUV178.88114.52124.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.79%
GREEN value IS 186 (73.05% from 255) = 36.12%
BLUE value IS 155 (60.94% from 255) = 30.10%
R=33.79%
G=36.12%
B=30.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861550.0600.170.2783.2318.3466.86
HexAEBA9B60111B531243
Octal25627223360213312322103
Binary101011101011101010011011110010001110111010011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA9B; }

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

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

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

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

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

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

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

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