#AEB277

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

Shades of Locust #AEB277

Tints of Locust #AEB277

Color information

#AEB277 (or 0xAEB277) is unknown color: approx Locust. HEX triplet: AE, B2 and 77. RGB value is (174,178,119). Sum of RGB (Red+Green+Blue) = 174+178+119=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB277 is #514D88. Grayscale: #AAAAAA. Windows color (decimal): -5328265 or 7844526. OLE color: 7844526.

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

Color convert

RGB174178119-
CMYK0.0200.330.30
HSL64.07º27.7%58.24%-
HSV(B)64.07º33.15%69.8%-
XYZ36.7142.1723.66-
YUV170.0899.17130.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.94%
GREEN value IS 178 (69.92% from 255) = 37.79%
BLUE value IS 119 (46.88% from 255) = 25.27%
R=36.94%
G=37.79%
B=25.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741781190.0200.330.3064.0727.758.24
HexAEB27720211E401c3a
Octal2562621672041361003472
Binary1010111010110010111011110010000111110100000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB277; }

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

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

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

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

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

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

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

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