#AEB26C

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

Shades of Olive Green #AEB26C

Tints of Olive Green #AEB26C

Color information

#AEB26C (or 0xAEB26C) is unknown color: approx Olive Green. HEX triplet: AE, B2 and 6C. RGB value is (174,178,108). Sum of RGB (Red+Green+Blue) = 174+178+108=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB26C is #514D93. Grayscale: #A9A9A9. Windows color (decimal): -5328276 or 7123630. OLE color: 7123630.

HSL color Cylindrical-coordinate representation of color #AEB26C: hue angle of 63.43º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEB26C is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB174178108-
CMYK0.0200.390.30
HSL63.43º31.25%56.08%-
HSV(B)63.43º39.33%69.8%-
XYZ36.0841.9220.38-
YUV168.8293.67131.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.83%
GREEN value IS 178 (69.92% from 255) = 38.70%
BLUE value IS 108 (42.58% from 255) = 23.48%
R=37.83%
G=38.70%
B=23.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741781080.0200.390.3063.4331.2556.08
HexAEB26C20271E3f1f38
Octal256262154204736773770
Binary101011101011001011011001001001111111011111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB26C; }

 p { color: rgb(174,178,108); }

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

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

 a { background-color: rgb(174,178,108); }

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

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

 span { border-color: rgb(174,178,108); }

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