#AEB166

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

Shades of Olive Green #AEB166

Tints of Olive Green #AEB166

Color information

#AEB166 (or 0xAEB166) is unknown color: approx Olive Green. HEX triplet: AE, B1 and 66. RGB value is (174,177,102). Sum of RGB (Red+Green+Blue) = 174+177+102=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB166 is #514E99. Grayscale: #A7A7A7. Windows color (decimal): -5328538 or 6730158. OLE color: 6730158.

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

Color convert

RGB174177102-
CMYK0.0200.420.31
HSL62.4º32.47%54.71%-
HSV(B)62.4º42.37%69.41%-
XYZ35.5841.418.69-
YUV167.5591.01132.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 177 (69.53% from 255) = 39.07%
BLUE value IS 102 (40.23% from 255) = 22.52%
R=38.41%
G=39.07%
B=22.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771020.0200.420.3162.432.4754.71
HexAEB166202A1F3e2037
Octal256261146205237764067
Binary1010111010110001110011010010101011111111110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB166; }

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

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

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

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

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

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

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

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