#AEB488

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

Shades of Bud #AEB488

Tints of Bud #AEB488

Color information

#AEB488 (or 0xAEB488) is unknown color: approx Bud. HEX triplet: AE, B4 and 88. RGB value is (174,180,136). Sum of RGB (Red+Green+Blue) = 174+180+136=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB488 is #514B77. Grayscale: #ADADAD. Windows color (decimal): -5327736 or 8959150. OLE color: 8959150.

HSL color Cylindrical-coordinate representation of color #AEB488: hue angle of 68.18º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEB488 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB174180136-
CMYK0.0300.240.29
HSL68.18º22.68%61.96%-
HSV(B)68.18º24.44%70.59%-
XYZ38.2243.4229.66-
YUV173.19107.01128.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.51%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 136 (53.52% from 255) = 27.76%
R=35.51%
G=36.73%
B=27.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801360.0300.240.2968.1822.6861.96
HexAEB48830181D44173e
Octal2562642103030351042776
Binary1010111010110100100010001101100011101100010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB488; }

 p { color: rgb(174,180,136); }

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

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

 a { background-color: rgb(174,180,136); }

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

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

 span { border-color: rgb(174,180,136); }

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