#AEBB62

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

Shades of Olive Green #AEBB62

Tints of Olive Green #AEBB62

Color information

#AEBB62 (or 0xAEBB62) is unknown color: approx Olive Green. HEX triplet: AE, BB and 62. RGB value is (174,187,98). Sum of RGB (Red+Green+Blue) = 174+187+98=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBB62 is #51449D. Grayscale: #ADADAD. Windows color (decimal): -5325982 or 6470574. OLE color: 6470574.

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

Color convert

RGB17418798-
CMYK0.0700.480.27
HSL68.76º39.56%55.88%-
HSV(B)68.76º47.59%73.33%-
XYZ37.4345.4218.35-
YUV172.9785.69128.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.91%
GREEN value IS 187 (73.44% from 255) = 40.74%
BLUE value IS 98 (38.67% from 255) = 21.35%
R=37.91%
G=40.74%
B=21.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174187980.0700.480.2768.7639.5655.88
HexAEBB6270301B452838
Octal2562731427060331055070
Binary101011101011101111000101110110000110111000101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBB62; }

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

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

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

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

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

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

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

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