#A9A65B

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

Shades of Olive Green #A9A65B

Tints of Olive Green #A9A65B

Color information

#A9A65B (or 0xA9A65B) is unknown color: approx Olive Green. HEX triplet: A9, A6 and 5B. RGB value is (169,166,91). Sum of RGB (Red+Green+Blue) = 169+166+91=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A65B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A65B is #5659A4. Grayscale: #9E9E9E. Windows color (decimal): -5659045 or 6006441. OLE color: 6006441.

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

Color convert

RGB16916691-
CMYK00.020.460.34
HSL57.69º31.2%50.98%-
HSV(B)57.69º46.15%66.27%-
XYZ31.8936.4615.25-
YUV158.3589.99135.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.67%
GREEN value IS 166 (65.23% from 255) = 38.97%
BLUE value IS 91 (35.94% from 255) = 21.36%
R=39.67%
G=38.97%
B=21.36%

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
Decimal1691669100.020.460.3457.6931.250.98
HexA9A65B022E223a1f33
Octal251246133025642723763
Binary1010100110100110101101101010111010001011101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A65B; }

 p { color: rgb(169,166,91); }

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

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

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

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

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

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

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