#A5A353

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

Shades of Olive Green #A5A353

Tints of Olive Green #A5A353

Color information

#A5A353 (or 0xA5A353) is unknown color: approx Olive Green. HEX triplet: A5, A3 and 53. RGB value is (165,163,83). Sum of RGB (Red+Green+Blue) = 165+163+83=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A353 is #5A5CAC. Grayscale: #9A9A9A. Windows color (decimal): -5921965 or 5481381. OLE color: 5481381.

HSL color Cylindrical-coordinate representation of color #A5A353: hue angle of 58.54º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5A353 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB16516383-
CMYK00.010.500.35
HSL58.54º33.06%48.63%-
HSV(B)58.54º49.7%64.71%-
XYZ30.1834.8213.31-
YUV154.4887.66135.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 163 (64.06% from 255) = 39.66%
BLUE value IS 83 (32.81% from 255) = 20.19%
R=40.15%
G=39.66%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651638300.010.500.3558.5433.0648.63
HexA5A3530132233b2131
Octal245243123016243734161
Binary1010010110100011101001101110010100011111011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A353; }

 p { color: rgb(165,163,83); }

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

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

 a { background-color: rgb(165,163,83); }

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

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

 span { border-color: rgb(165,163,83); }

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