#AEB366

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

Shades of Olive Green #AEB366

Tints of Olive Green #AEB366

Color information

#AEB366 (or 0xAEB366) is unknown color: approx Olive Green. HEX triplet: AE, B3 and 66. RGB value is (174,179,102). Sum of RGB (Red+Green+Blue) = 174+179+102=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB366 is #514C99. Grayscale: #A9A9A9. Windows color (decimal): -5328026 or 6730670. OLE color: 6730670.

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

Color convert

RGB174179102-
CMYK0.0300.430.30
HSL63.9º33.62%55.1%-
HSV(B)63.9º43.02%70.2%-
XYZ35.9742.218.82-
YUV168.7390.34131.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 179 (70.31% from 255) = 39.34%
BLUE value IS 102 (40.23% from 255) = 22.42%
R=38.24%
G=39.34%
B=22.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791020.0300.430.3063.933.6255.1
HexAEB366302B1E402237
Octal2562631463053361004267
Binary10101110101100111100110110101011111101000000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB366; }

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

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

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

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

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

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

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

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