#A9AD57

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

Shades of Olive Green #A9AD57

Tints of Olive Green #A9AD57

Color information

#A9AD57 (or 0xA9AD57) is unknown color: approx Olive Green. HEX triplet: A9, AD and 57. RGB value is (169,173,87). Sum of RGB (Red+Green+Blue) = 169+173+87=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AD57 is #5652A8. Grayscale: #A2A2A2. Windows color (decimal): -5657257 or 5746089. OLE color: 5746089.

HSL color Cylindrical-coordinate representation of color #A9AD57: hue angle of 62.79º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9AD57 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB16917387-
CMYK0.0200.500.32
HSL62.79º34.4%50.98%-
HSV(B)62.79º49.71%67.84%-
XYZ33.0339.0114.81-
YUV16285.67132.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.39%
GREEN value IS 173 (67.97% from 255) = 40.33%
BLUE value IS 87 (34.38% from 255) = 20.28%
R=39.39%
G=40.33%
B=20.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169173870.0200.500.3262.7934.450.98
HexA9AD572032203f2233
Octal251255127206240774263
Binary10101001101011011010111100110010100000111111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AD57; }

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

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

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

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

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

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

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

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