#AEB959

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

Shades of Olive Green #AEB959

Tints of Olive Green #AEB959

Color information

#AEB959 (or 0xAEB959) is unknown color: approx Olive Green. HEX triplet: AE, B9 and 59. RGB value is (174,185,89). Sum of RGB (Red+Green+Blue) = 174+185+89=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB959 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB959 is #5146A6. Grayscale: #ABABAB. Windows color (decimal): -5326503 or 5880238. OLE color: 5880238.

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

Color convert

RGB17418589-
CMYK0.0600.520.27
HSL66.88º40.68%53.73%-
HSV(B)66.88º51.89%72.55%-
XYZ36.6144.4216.1-
YUV170.7781.86130.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.84%
GREEN value IS 185 (72.66% from 255) = 41.29%
BLUE value IS 89 (35.16% from 255) = 19.87%
R=38.84%
G=41.29%
B=19.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174185890.0600.520.2766.8840.6853.73
HexAEB95960341B432936
Octal2562711316064331035166
Binary101011101011100110110011100110100110111000011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB959; }

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

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

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

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

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

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

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

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