#AEB860

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

Shades of Olive Green #AEB860

Tints of Olive Green #AEB860

Color information

#AEB860 (or 0xAEB860) is unknown color: approx Olive Green. HEX triplet: AE, B8 and 60. RGB value is (174,184,96). Sum of RGB (Red+Green+Blue) = 174+184+96=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB860 is #51479F. Grayscale: #ABABAB. Windows color (decimal): -5326752 or 6338734. OLE color: 6338734.

HSL color Cylindrical-coordinate representation of color #AEB860: hue angle of 66.82º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AEB860 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB17418496-
CMYK0.0500.480.28
HSL66.82º38.26%54.9%-
HSV(B)66.82º47.83%72.16%-
XYZ36.7144.1217.65-
YUV170.9885.69130.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.33%
GREEN value IS 184 (72.27% from 255) = 40.53%
BLUE value IS 96 (37.89% from 255) = 21.15%
R=38.33%
G=40.53%
B=21.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174184960.0500.480.2866.8238.2654.9
HexAEB86050301C432637
Octal2562701405060341034667
Binary101011101011100011000001010110000111001000011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB860; }

 p { color: rgb(174,184,96); }

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

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

 a { background-color: rgb(174,184,96); }

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

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

 span { border-color: rgb(174,184,96); }

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