#AEBA6B

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

Shades of Olive Green #AEBA6B

Tints of Olive Green #AEBA6B

Color information

#AEBA6B (or 0xAEBA6B) is unknown color: approx Olive Green. HEX triplet: AE, BA and 6B. RGB value is (174,186,107). Sum of RGB (Red+Green+Blue) = 174+186+107=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBA6B is #514594. Grayscale: #ADADAD. Windows color (decimal): -5326229 or 7060142. OLE color: 7060142.

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

Color convert

RGB174186107-
CMYK0.0600.420.27
HSL69.11º36.41%57.45%-
HSV(B)69.11º42.47%72.94%-
XYZ37.6745.1820.64-
YUV173.4190.52128.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 186 (73.05% from 255) = 39.83%
BLUE value IS 107 (42.19% from 255) = 22.91%
R=37.26%
G=39.83%
B=22.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861070.0600.420.2769.1136.4157.45
HexAEBA6B602A1B452439
Octal2562721536052331054471
Binary101011101011101011010111100101010110111000101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA6B; }

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

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

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

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

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

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

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

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