#AEB37D

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

Shades of Locust #AEB37D

Tints of Locust #AEB37D

Color information

#AEB37D (or 0xAEB37D) is unknown color: approx Locust. HEX triplet: AE, B3 and 7D. RGB value is (174,179,125). Sum of RGB (Red+Green+Blue) = 174+179+125=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB37D is #514C82. Grayscale: #ABABAB. Windows color (decimal): -5328003 or 8237998. OLE color: 8237998.

HSL color Cylindrical-coordinate representation of color #AEB37D: hue angle of 65.56º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEB37D is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB174179125-
CMYK0.0300.300.30
HSL65.56º26.21%59.61%-
HSV(B)65.56º30.17%70.2%-
XYZ37.2842.7225.68-
YUV171.35101.84129.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 179 (70.31% from 255) = 37.45%
BLUE value IS 125 (49.22% from 255) = 26.15%
R=36.40%
G=37.45%
B=26.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791250.0300.300.3065.5626.2159.61
HexAEB37D301E1E421a3c
Octal2562631753036361023274
Binary101011101011001111111011101111011110100001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB37D; }

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

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

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

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

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

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

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

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