#AEB264

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

Shades of Olive Green #AEB264

Tints of Olive Green #AEB264

Color information

#AEB264 (or 0xAEB264) is unknown color: approx Olive Green. HEX triplet: AE, B2 and 64. RGB value is (174,178,100). Sum of RGB (Red+Green+Blue) = 174+178+100=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB264 is #514D9B. Grayscale: #A8A8A8. Windows color (decimal): -5328284 or 6599342. OLE color: 6599342.

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

Color convert

RGB174178100-
CMYK0.0200.440.30
HSL63.08º33.62%54.51%-
HSV(B)63.08º43.82%69.8%-
XYZ35.6841.7618.24-
YUV167.9189.67132.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 178 (69.92% from 255) = 39.38%
BLUE value IS 100 (39.45% from 255) = 22.12%
R=38.50%
G=39.38%
B=22.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741781000.0200.440.3063.0833.6254.51
HexAEB264202C1E3f2237
Octal256262144205436774267
Binary1010111010110010110010010010110011110111111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB264; }

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

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

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

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

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

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

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

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