#A9A957

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

Shades of Olive Green #A9A957

Tints of Olive Green #A9A957

Color information

#A9A957 (or 0xA9A957) is unknown color: approx Olive Green. HEX triplet: A9, A9 and 57. RGB value is (169,169,87). Sum of RGB (Red+Green+Blue) = 169+169+87=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 169 - color contains mainly: red, green. Hex color #A9A957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A957 is #5656A8. Grayscale: #9F9F9F. Windows color (decimal): -5658281 or 5745065. OLE color: 5745065.

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

Color convert

RGB16916987-
CMYK000.490.34
HSL60º32.28%50.2%-
HSV(B)60º48.52%66.27%-
XYZ32.2737.514.55-
YUV159.6587134.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.76%
GREEN value IS 169 (66.41% from 255) = 39.76%
BLUE value IS 87 (34.38% from 255) = 20.47%
R=39.76%
G=39.76%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916987000.490.346032.2850.2
HexA9A9570031223c2032
Octal251251127006142744062
Binary1010100110101001101011100110001100010111100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A957; }

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

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

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

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

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

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

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

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