#A9A55D

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

Shades of Olive Green #A9A55D

Tints of Olive Green #A9A55D

Color information

#A9A55D (or 0xA9A55D) is unknown color: approx Olive Green. HEX triplet: A9, A5 and 5D. RGB value is (169,165,93). Sum of RGB (Red+Green+Blue) = 169+165+93=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A55D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A55D is #565AA2. Grayscale: #9E9E9E. Windows color (decimal): -5659299 or 6137257. OLE color: 6137257.

HSL color Cylindrical-coordinate representation of color #A9A55D: hue angle of 56.84º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A9A55D is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB16916593-
CMYK00.020.450.34
HSL56.84º30.65%51.37%-
HSV(B)56.84º44.97%66.27%-
XYZ31.7936.1415.66-
YUV157.9991.33135.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.58%
GREEN value IS 165 (64.84% from 255) = 38.64%
BLUE value IS 93 (36.72% from 255) = 21.78%
R=39.58%
G=38.64%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691659300.020.450.3456.8430.6551.37
HexA9A55D022D22391f33
Octal251245135025542713763
Binary1010100110100101101110101010110110001011100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A55D; }

 p { color: rgb(169,165,93); }

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

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

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

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

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

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

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