#AEB655

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

Shades of Olive Green #AEB655

Tints of Olive Green #AEB655

Color information

#AEB655 (or 0xAEB655) is unknown color: approx Olive Green. HEX triplet: AE, B6 and 55. RGB value is (174,182,85). Sum of RGB (Red+Green+Blue) = 174+182+85=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB655 is #5149AA. Grayscale: #A8A8A8. Windows color (decimal): -5327275 or 5617326. OLE color: 5617326.

HSL color Cylindrical-coordinate representation of color #AEB655: hue angle of 64.95º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AEB655 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB17418285-
CMYK0.0400.530.29
HSL64.95º39.92%52.35%-
HSV(B)64.95º53.3%71.37%-
XYZ35.8243.1115.03-
YUV168.5580.85131.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 182 (71.48% from 255) = 41.27%
BLUE value IS 85 (33.59% from 255) = 19.27%
R=39.46%
G=41.27%
B=19.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174182850.0400.530.2964.9539.9252.35
HexAEB65540351D412834
Octal2562661254065351015064
Binary101011101011011010101011000110101111011000001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB655; }

 p { color: rgb(174,182,85); }

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

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

 a { background-color: rgb(174,182,85); }

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

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

 span { border-color: rgb(174,182,85); }

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