#AEB276

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

Shades of Locust #AEB276

Tints of Locust #AEB276

Color information

#AEB276 (or 0xAEB276) is unknown color: approx Locust. HEX triplet: AE, B2 and 76. RGB value is (174,178,118). Sum of RGB (Red+Green+Blue) = 174+178+118=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB276 is #514D89. Grayscale: #AAAAAA. Windows color (decimal): -5328266 or 7778990. OLE color: 7778990.

HSL color Cylindrical-coordinate representation of color #AEB276: hue angle of 64º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEB276 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB174178118-
CMYK0.0200.340.30
HSL64º28.04%58.04%-
HSV(B)64º33.71%69.8%-
XYZ36.6542.1523.34-
YUV169.9698.67130.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.02%
GREEN value IS 178 (69.92% from 255) = 37.87%
BLUE value IS 118 (46.48% from 255) = 25.11%
R=37.02%
G=37.87%
B=25.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741781180.0200.340.306428.0458.04
HexAEB27620221E401c3a
Octal2562621662042361003472
Binary1010111010110010111011010010001011110100000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB276; }

 p { color: rgb(174,178,118); }

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

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

 a { background-color: rgb(174,178,118); }

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

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

 span { border-color: rgb(174,178,118); }

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