#AEB460

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

Shades of Olive Green #AEB460

Tints of Olive Green #AEB460

Color information

#AEB460 (or 0xAEB460) is unknown color: approx Olive Green. HEX triplet: AE, B4 and 60. RGB value is (174,180,96). Sum of RGB (Red+Green+Blue) = 174+180+96=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB460 is #514B9F. Grayscale: #A8A8A8. Windows color (decimal): -5327776 or 6337710. OLE color: 6337710.

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

Color convert

RGB17418096-
CMYK0.0300.470.29
HSL64.29º35.9%54.12%-
HSV(B)64.29º46.67%70.59%-
XYZ35.8942.4917.38-
YUV168.6387.01131.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 96 (37.89% from 255) = 21.33%
R=38.67%
G=40%
B=21.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174180960.0300.470.2964.2935.954.12
HexAEB460302F1D402436
Octal2562641403057351004466
Binary10101110101101001100000110101111111011000000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB460; }

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

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

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

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

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

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

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

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