#AEB16A

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

Shades of Olive Green #AEB16A

Tints of Olive Green #AEB16A

Color information

#AEB16A (or 0xAEB16A) is unknown color: approx Olive Green. HEX triplet: AE, B1 and 6A. RGB value is (174,177,106). Sum of RGB (Red+Green+Blue) = 174+177+106=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB16A is #514E95. Grayscale: #A8A8A8. Windows color (decimal): -5328534 or 6992302. OLE color: 6992302.

HSL color Cylindrical-coordinate representation of color #AEB16A: hue angle of 62.54º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEB16A is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB174177106-
CMYK0.0200.400.31
HSL62.54º31.28%55.49%-
HSV(B)62.54º40.11%69.41%-
XYZ35.7841.4819.76-
YUV168.0193.01132.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 177 (69.53% from 255) = 38.73%
BLUE value IS 106 (41.80% from 255) = 23.19%
R=38.07%
G=38.73%
B=23.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771060.0200.400.3162.5431.2855.49
HexAEB16A20281F3f1f37
Octal256261152205037773767
Binary101011101011000111010101001010001111111111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB16A; }

 p { color: rgb(174,177,106); }

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

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

 a { background-color: rgb(174,177,106); }

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

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

 span { border-color: rgb(174,177,106); }

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