#AEB966

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

Shades of Olive Green #AEB966

Tints of Olive Green #AEB966

Color information

#AEB966 (or 0xAEB966) is unknown color: approx Olive Green. HEX triplet: AE, B9 and 66. RGB value is (174,185,102). Sum of RGB (Red+Green+Blue) = 174+185+102=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB966 is #514699. Grayscale: #ACACAC. Windows color (decimal): -5326490 or 6732206. OLE color: 6732206.

HSL color Cylindrical-coordinate representation of color #AEB966: hue angle of 67.95º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AEB966 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB174185102-
CMYK0.0600.450.27
HSL67.95º37.22%56.27%-
HSV(B)67.95º44.86%72.55%-
XYZ37.244.6619.23-
YUV172.2588.36129.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.74%
GREEN value IS 185 (72.66% from 255) = 40.13%
BLUE value IS 102 (40.23% from 255) = 22.13%
R=37.74%
G=40.13%
B=22.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851020.0600.450.2767.9537.2256.27
HexAEB966602D1B442538
Octal2562711466055331044570
Binary101011101011100111001101100101101110111000100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB966; }

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

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

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

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

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

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

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

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