#A9A55C

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

Shades of Olive Green #A9A55C

Tints of Olive Green #A9A55C

Color information

#A9A55C (or 0xA9A55C) is unknown color: approx Olive Green. HEX triplet: A9, A5 and 5C. RGB value is (169,165,92). Sum of RGB (Red+Green+Blue) = 169+165+92=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A55C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A55C is #565AA3. Grayscale: #9E9E9E. Windows color (decimal): -5659300 or 6071721. OLE color: 6071721.

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

Color convert

RGB16916592-
CMYK00.020.460.34
HSL56.88º30.92%51.18%-
HSV(B)56.88º45.56%66.27%-
XYZ31.7536.1215.42-
YUV157.8790.83135.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.67%
GREEN value IS 165 (64.84% from 255) = 38.73%
BLUE value IS 92 (36.33% from 255) = 21.60%
R=39.67%
G=38.73%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691659200.020.460.3456.8830.9251.18
HexA9A55C022E22391f33
Octal251245134025642713763
Binary1010100110100101101110001010111010001011100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A55C; }

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

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

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

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

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

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

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

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