#AEB661

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

Shades of Olive Green #AEB661

Tints of Olive Green #AEB661

Color information

#AEB661 (or 0xAEB661) is unknown color: approx Olive Green. HEX triplet: AE, B6 and 61. RGB value is (174,182,97). Sum of RGB (Red+Green+Blue) = 174+182+97=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB661 is #51499E. Grayscale: #AAAAAA. Windows color (decimal): -5327263 or 6403758. OLE color: 6403758.

HSL color Cylindrical-coordinate representation of color #AEB661: hue angle of 65.65º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AEB661 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB17418297-
CMYK0.0400.470.29
HSL65.65º36.8%54.71%-
HSV(B)65.65º46.7%71.37%-
XYZ36.3443.3217.76-
YUV169.9286.85130.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 182 (71.48% from 255) = 40.18%
BLUE value IS 97 (38.28% from 255) = 21.41%
R=38.41%
G=40.18%
B=21.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174182970.0400.470.2965.6536.854.71
HexAEB661402F1D422537
Octal2562661414057351024567
Binary101011101011011011000011000101111111011000010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB661; }

 p { color: rgb(174,182,97); }

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

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

 a { background-color: rgb(174,182,97); }

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

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

 span { border-color: rgb(174,182,97); }

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