#AEB27F

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

Shades of Locust #AEB27F

Tints of Locust #AEB27F

Color information

#AEB27F (or 0xAEB27F) is unknown color: approx Locust. HEX triplet: AE, B2 and 7F. RGB value is (174,178,127). Sum of RGB (Red+Green+Blue) = 174+178+127=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB27F is #514D80. Grayscale: #ABABAB. Windows color (decimal): -5328257 or 8368814. OLE color: 8368814.

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

Color convert

RGB174178127-
CMYK0.0200.290.30
HSL64.71º24.88%59.8%-
HSV(B)64.71º28.65%69.8%-
XYZ37.2142.3726.3-
YUV170.99103.17130.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.33%
GREEN value IS 178 (69.92% from 255) = 37.16%
BLUE value IS 127 (50% from 255) = 26.51%
R=36.33%
G=37.16%
B=26.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741781270.0200.290.3064.7124.8859.8
HexAEB27F201D1E41193c
Octal2562621772035361013174
Binary101011101011001011111111001110111110100000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB27F; }

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

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

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

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

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

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

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

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