#AEB461

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

Shades of Olive Green #AEB461

Tints of Olive Green #AEB461

Color information

#AEB461 (or 0xAEB461) is unknown color: approx Olive Green. HEX triplet: AE, B4 and 61. RGB value is (174,180,97). Sum of RGB (Red+Green+Blue) = 174+180+97=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB461 is #514B9E. Grayscale: #A9A9A9. Windows color (decimal): -5327775 or 6403246. OLE color: 6403246.

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

Color convert

RGB17418097-
CMYK0.0300.460.29
HSL64.34º35.62%54.31%-
HSV(B)64.34º46.11%70.59%-
XYZ35.9342.517.62-
YUV168.7487.51131.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 180 (70.70% from 255) = 39.91%
BLUE value IS 97 (38.28% from 255) = 21.51%
R=38.58%
G=39.91%
B=21.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174180970.0300.460.2964.3435.6254.31
HexAEB461302E1D402436
Octal2562641413056351004466
Binary10101110101101001100001110101110111011000000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB461; }

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

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

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

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

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

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

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

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