#AEB96C

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

Shades of Olive Green #AEB96C

Tints of Olive Green #AEB96C

Color information

#AEB96C (or 0xAEB96C) is unknown color: approx Olive Green. HEX triplet: AE, B9 and 6C. RGB value is (174,185,108). Sum of RGB (Red+Green+Blue) = 174+185+108=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB96C is #514693. Grayscale: #ADADAD. Windows color (decimal): -5326484 or 7125422. OLE color: 7125422.

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

Color convert

RGB174185108-
CMYK0.0600.420.27
HSL68.57º35.48%57.45%-
HSV(B)68.57º41.62%72.55%-
XYZ37.5144.7820.85-
YUV172.9391.36128.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 185 (72.66% from 255) = 39.61%
BLUE value IS 108 (42.58% from 255) = 23.13%
R=37.26%
G=39.61%
B=23.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851080.0600.420.2768.5735.4857.45
HexAEB96C602A1B452339
Octal2562711546052331054371
Binary101011101011100111011001100101010110111000101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB96C; }

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

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

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

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

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

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

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

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