#AEB36C

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

Shades of Olive Green #AEB36C

Tints of Olive Green #AEB36C

Color information

#AEB36C (or 0xAEB36C) is unknown color: approx Olive Green. HEX triplet: AE, B3 and 6C. RGB value is (174,179,108). Sum of RGB (Red+Green+Blue) = 174+179+108=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB36C is #514C93. Grayscale: #A9A9A9. Windows color (decimal): -5328020 or 7123886. OLE color: 7123886.

HSL color Cylindrical-coordinate representation of color #AEB36C: hue angle of 64.23º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEB36C is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB174179108-
CMYK0.0300.400.30
HSL64.23º31.84%56.27%-
HSV(B)64.23º39.66%70.2%-
XYZ36.2842.3220.44-
YUV169.4193.34131.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.74%
GREEN value IS 179 (70.31% from 255) = 38.83%
BLUE value IS 108 (42.58% from 255) = 23.43%
R=37.74%
G=38.83%
B=23.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791080.0300.400.3064.2331.8456.27
HexAEB36C30281E402038
Octal2562631543050361004070
Binary10101110101100111101100110101000111101000000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB36C; }

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

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

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

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

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

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

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

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