#AEB390

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

Shades of Bud #AEB390

Tints of Bud #AEB390

Color information

#AEB390 (or 0xAEB390) is unknown color: approx Bud. HEX triplet: AE, B3 and 90. RGB value is (174,179,144). Sum of RGB (Red+Green+Blue) = 174+179+144=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB390 is #514C6F. Grayscale: #ADADAD. Windows color (decimal): -5327984 or 9483182. OLE color: 9483182.

HSL color Cylindrical-coordinate representation of color #AEB390: hue angle of 68.57º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEB390 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB174179144-
CMYK0.0300.200.30
HSL68.57º18.72%63.33%-
HSV(B)68.57º19.55%70.2%-
XYZ38.6143.2532.7-
YUV173.52111.34128.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 179 (70.31% from 255) = 36.02%
BLUE value IS 144 (56.64% from 255) = 28.97%
R=35.01%
G=36.02%
B=28.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791440.0300.200.3068.5718.7263.33
HexAEB39030141E45133f
Octal2562632203024361052377
Binary1010111010110011100100001101010011110100010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB390; }

 p { color: rgb(174,179,144); }

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

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

 a { background-color: rgb(174,179,144); }

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

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

 span { border-color: rgb(174,179,144); }

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