#AEB463

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

Shades of Olive Green #AEB463

Tints of Olive Green #AEB463

Color information

#AEB463 (or 0xAEB463) is unknown color: approx Olive Green. HEX triplet: AE, B4 and 63. RGB value is (174,180,99). Sum of RGB (Red+Green+Blue) = 174+180+99=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB463 is #514B9C. Grayscale: #A9A9A9. Windows color (decimal): -5327773 or 6534318. OLE color: 6534318.

HSL color Cylindrical-coordinate representation of color #AEB463: hue angle of 64.44º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AEB463 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB17418099-
CMYK0.0300.450.29
HSL64.44º35.06%54.71%-
HSV(B)64.44º45%70.59%-
XYZ36.0342.5418.12-
YUV168.9788.51131.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.41%
GREEN value IS 180 (70.70% from 255) = 39.74%
BLUE value IS 99 (39.06% from 255) = 21.85%
R=38.41%
G=39.74%
B=21.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174180990.0300.450.2964.4435.0654.71
HexAEB463302D1D402337
Octal2562641433055351004367
Binary10101110101101001100011110101101111011000000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB463; }

 p { color: rgb(174,180,99); }

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

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

 a { background-color: rgb(174,180,99); }

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

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

 span { border-color: rgb(174,180,99); }

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