#AEBE9B

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

Shades of Sprout #AEBE9B

Tints of Sprout #AEBE9B

Color information

#AEBE9B (or 0xAEBE9B) is unknown color: approx Sprout. HEX triplet: AE, BE and 9B. RGB value is (174,190,155). Sum of RGB (Red+Green+Blue) = 174+190+155=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBE9B is #514164. Grayscale: #B5B5B5. Windows color (decimal): -5325157 or 10206894. OLE color: 10206894.

HSL color Cylindrical-coordinate representation of color #AEBE9B: hue angle of 87.43º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEBE9B is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB174190155-
CMYK0.0800.180.25
HSL87.43º21.21%67.65%-
HSV(B)87.43º18.42%74.51%-
XYZ41.7948.1938.11-
YUV181.23113.2122.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 190 (74.61% from 255) = 36.61%
BLUE value IS 155 (60.94% from 255) = 29.87%
R=33.53%
G=36.61%
B=29.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901550.0800.180.2587.4321.2167.65
HexAEBE9B801219571544
Octal256276233100223112725104
Binary1010111010111110100110111000010010110011010111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE9B; }

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

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

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

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

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

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

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

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