#AEBA61

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

Shades of Olive Green #AEBA61

Tints of Olive Green #AEBA61

Color information

#AEBA61 (or 0xAEBA61) is unknown color: approx Olive Green. HEX triplet: AE, BA and 61. RGB value is (174,186,97). Sum of RGB (Red+Green+Blue) = 174+186+97=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBA61 is #51459E. Grayscale: #ACACAC. Windows color (decimal): -5326239 or 6404782. OLE color: 6404782.

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

Color convert

RGB17418697-
CMYK0.0600.480.27
HSL68.09º39.21%55.49%-
HSV(B)68.09º47.85%72.94%-
XYZ37.1744.9818.03-
YUV172.2785.52129.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 186 (73.05% from 255) = 40.70%
BLUE value IS 97 (38.28% from 255) = 21.23%
R=38.07%
G=40.70%
B=21.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174186970.0600.480.2768.0939.2155.49
HexAEBA6160301B442737
Octal2562721416060331044767
Binary101011101011101011000011100110000110111000100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA61; }

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

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

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

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

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

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

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

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