#AEB85C

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

Shades of Olive Green #AEB85C

Tints of Olive Green #AEB85C

Color information

#AEB85C (or 0xAEB85C) is unknown color: approx Olive Green. HEX triplet: AE, B8 and 5C. RGB value is (174,184,92). Sum of RGB (Red+Green+Blue) = 174+184+92=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB85C is #5147A3. Grayscale: #AAAAAA. Windows color (decimal): -5326756 or 6076590. OLE color: 6076590.

HSL color Cylindrical-coordinate representation of color #AEB85C: hue angle of 66.52º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEB85C is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB17418492-
CMYK0.0500.500.28
HSL66.52º39.32%54.12%-
HSV(B)66.52º50%72.16%-
XYZ36.5344.0516.7-
YUV170.5283.69130.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 184 (72.27% from 255) = 40.89%
BLUE value IS 92 (36.33% from 255) = 20.44%
R=38.67%
G=40.89%
B=20.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174184920.0500.500.2866.5239.3254.12
HexAEB85C50321C432736
Octal2562701345062341034766
Binary101011101011100010111001010110010111001000011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB85C; }

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

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

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

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

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

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

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

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