#A9AD51

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

Shades of Olive Green #A9AD51

Tints of Olive Green #A9AD51

Color information

#A9AD51 (or 0xA9AD51) is unknown color: approx Olive Green. HEX triplet: A9, AD and 51. RGB value is (169,173,81). Sum of RGB (Red+Green+Blue) = 169+173+81=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AD51 is #5652AE. Grayscale: #A1A1A1. Windows color (decimal): -5657263 or 5352873. OLE color: 5352873.

HSL color Cylindrical-coordinate representation of color #A9AD51: hue angle of 62.61º 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 #A9AD51 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB16917381-
CMYK0.0200.530.32
HSL62.61º36.22%49.8%-
HSV(B)62.61º53.18%67.84%-
XYZ32.7938.9213.57-
YUV161.3282.67133.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 173 (67.97% from 255) = 40.90%
BLUE value IS 81 (32.03% from 255) = 19.15%
R=39.95%
G=40.90%
B=19.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169173810.0200.530.3262.6136.2249.8
HexA9AD512035203f2432
Octal251255121206540774462
Binary10101001101011011010001100110101100000111111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AD51; }

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

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

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

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

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

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

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

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