#A5AD51

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

Shades of Olive Green #A5AD51

Tints of Olive Green #A5AD51

Color information

#A5AD51 (or 0xA5AD51) is unknown color: approx Olive Green. HEX triplet: A5, AD and 51. RGB value is (165,173,81). Sum of RGB (Red+Green+Blue) = 165+173+81=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AD51 is #5A52AE. Grayscale: #A0A0A0. Windows color (decimal): -5919407 or 5352869. OLE color: 5352869.

HSL color Cylindrical-coordinate representation of color #A5AD51: hue angle of 65.22º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5AD51 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB16517381-
CMYK0.0500.530.32
HSL65.22º36.22%49.8%-
HSV(B)65.22º53.18%67.84%-
XYZ31.9538.4813.53-
YUV160.1283.35131.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.38%
GREEN value IS 173 (67.97% from 255) = 41.29%
BLUE value IS 81 (32.03% from 255) = 19.33%
R=39.38%
G=41.29%
B=19.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165173810.0500.530.3265.2236.2249.8
HexA5AD51503520412432
Octal2452551215065401014462
Binary1010010110101101101000110101101011000001000001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AD51; }

 p { color: rgb(165,173,81); }

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

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

 a { background-color: rgb(165,173,81); }

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

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

 span { border-color: rgb(165,173,81); }

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