#AEBA62

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

Shades of Olive Green #AEBA62

Tints of Olive Green #AEBA62

Color information

#AEBA62 (or 0xAEBA62) is unknown color: approx Olive Green. HEX triplet: AE, BA and 62. RGB value is (174,186,98). Sum of RGB (Red+Green+Blue) = 174+186+98=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBA62 is #51459D. Grayscale: #ACACAC. Windows color (decimal): -5326238 or 6470318. OLE color: 6470318.

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

Color convert

RGB17418698-
CMYK0.0600.470.27
HSL68.18º38.94%55.69%-
HSV(B)68.18º47.31%72.94%-
XYZ37.224518.28-
YUV172.3886.02129.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.99%
GREEN value IS 186 (73.05% from 255) = 40.61%
BLUE value IS 98 (38.67% from 255) = 21.40%
R=37.99%
G=40.61%
B=21.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174186980.0600.470.2768.1838.9455.69
HexAEBA62602F1B442738
Octal2562721426057331044770
Binary101011101011101011000101100101111110111000100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA62; }

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

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

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

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

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

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

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

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