#A9A85A

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

Shades of Olive Green #A9A85A

Tints of Olive Green #A9A85A

Color information

#A9A85A (or 0xA9A85A) is unknown color: approx Olive Green. HEX triplet: A9, A8 and 5A. RGB value is (169,168,90). Sum of RGB (Red+Green+Blue) = 169+168+90=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A85A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A85A is #5657A5. Grayscale: #9F9F9F. Windows color (decimal): -5658534 or 5941417. OLE color: 5941417.

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

Color convert

RGB16916890-
CMYK00.010.470.34
HSL59.24º31.47%50.78%-
HSV(B)59.24º46.75%66.27%-
XYZ32.2137.1815.15-
YUV159.4188.83134.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.58%
GREEN value IS 168 (66.02% from 255) = 39.34%
BLUE value IS 90 (35.55% from 255) = 21.08%
R=39.58%
G=39.34%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691689000.010.470.3459.2431.4750.78
HexA9A85A012F223b1f33
Octal251250132015742733763
Binary101010011010100010110100110111110001011101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A85A; }

 p { color: rgb(169,168,90); }

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

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

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

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

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

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

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