#AEBB5C

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

Shades of Olive Green #AEBB5C

Tints of Olive Green #AEBB5C

Color information

#AEBB5C (or 0xAEBB5C) is unknown color: approx Olive Green. HEX triplet: AE, BB and 5C. RGB value is (174,187,92). Sum of RGB (Red+Green+Blue) = 174+187+92=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBB5C is #5144A3. Grayscale: #ACACAC. Windows color (decimal): -5325988 or 6077358. OLE color: 6077358.

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

Color convert

RGB17418792-
CMYK0.0700.510.27
HSL68.21º41.13%54.71%-
HSV(B)68.21º50.8%73.33%-
XYZ37.1645.3116.91-
YUV172.2882.69129.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 187 (73.44% from 255) = 41.28%
BLUE value IS 92 (36.33% from 255) = 20.31%
R=38.41%
G=41.28%
B=20.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174187920.0700.510.2768.2141.1354.71
HexAEBB5C70331B442937
Octal2562731347063331045167
Binary101011101011101110111001110110011110111000100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBB5C; }

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

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

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

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

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

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

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

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