#AEBF9B

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

Shades of Sprout #AEBF9B

Tints of Sprout #AEBF9B

Color information

#AEBF9B (or 0xAEBF9B) is unknown color: approx Sprout. HEX triplet: AE, BF and 9B. RGB value is (174,191,155). Sum of RGB (Red+Green+Blue) = 174+191+155=520 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.46% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBF9B is #514064. Grayscale: #B5B5B5. Windows color (decimal): -5324901 or 10207150. OLE color: 10207150.

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

Color convert

RGB174191155-
CMYK0.0900.190.25
HSL88.33º21.95%67.84%-
HSV(B)88.33º18.85%74.9%-
XYZ4248.6338.18-
YUV181.81112.87122.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.46%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 155 (60.94% from 255) = 29.81%
R=33.46%
G=36.73%
B=29.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911550.0900.190.2588.3321.9567.84
HexAEBF9B901319581644
Octal256277233110233113026104
Binary1010111010111111100110111001010011110011011000101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF9B; }

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

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

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

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

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

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

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

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