#AEB168

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

Shades of Olive Green #AEB168

Tints of Olive Green #AEB168

Color information

#AEB168 (or 0xAEB168) is unknown color: approx Olive Green. HEX triplet: AE, B1 and 68. RGB value is (174,177,104). Sum of RGB (Red+Green+Blue) = 174+177+104=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB168 is #514E97. Grayscale: #A8A8A8. Windows color (decimal): -5328536 or 6861230. OLE color: 6861230.

HSL color Cylindrical-coordinate representation of color #AEB168: hue angle of 62.47º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEB168 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB174177104-
CMYK0.0200.410.31
HSL62.47º31.88%55.1%-
HSV(B)62.47º41.24%69.41%-
XYZ35.6841.4419.22-
YUV167.7892.01132.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 177 (69.53% from 255) = 38.90%
BLUE value IS 104 (41.02% from 255) = 22.86%
R=38.24%
G=38.90%
B=22.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771040.0200.410.3162.4731.8855.1
HexAEB16820291F3e2037
Octal256261150205137764067
Binary1010111010110001110100010010100111111111110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB168; }

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

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

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

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

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

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

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

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