#AEBA68

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

Shades of Olive Green #AEBA68

Tints of Olive Green #AEBA68

Color information

#AEBA68 (or 0xAEBA68) is unknown color: approx Olive Green. HEX triplet: AE, BA and 68. RGB value is (174,186,104). Sum of RGB (Red+Green+Blue) = 174+186+104=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBA68 is #514597. Grayscale: #ADADAD. Windows color (decimal): -5326232 or 6863534. OLE color: 6863534.

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

Color convert

RGB174186104-
CMYK0.0600.440.27
HSL68.78º37.27%56.86%-
HSV(B)68.78º44.09%72.94%-
XYZ37.5145.1219.83-
YUV173.0689.02128.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 186 (73.05% from 255) = 40.09%
BLUE value IS 104 (41.02% from 255) = 22.41%
R=37.5%
G=40.09%
B=22.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861040.0600.440.2768.7837.2756.86
HexAEBA68602C1B452539
Octal2562721506054331054571
Binary101011101011101011010001100101100110111000101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA68; }

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

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

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

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

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

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

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

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