#A9B45A

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

Shades of Olive Green #A9B45A

Tints of Olive Green #A9B45A

Color information

#A9B45A (or 0xA9B45A) is unknown color: approx Olive Green. HEX triplet: A9, B4 and 5A. RGB value is (169,180,90). Sum of RGB (Red+Green+Blue) = 169+180+90=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B45A is #564BA5. Grayscale: #A6A6A6. Windows color (decimal): -5655462 or 5944489. OLE color: 5944489.

HSL color Cylindrical-coordinate representation of color #A9B45A: hue angle of 67.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9B45A is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB16918090-
CMYK0.0600.500.29
HSL67.33º37.5%52.94%-
HSV(B)67.33º50%70.59%-
XYZ34.5341.8215.92-
YUV166.4584.86129.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.50%
GREEN value IS 180 (70.70% from 255) = 41.00%
BLUE value IS 90 (35.55% from 255) = 20.50%
R=38.50%
G=41.00%
B=20.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169180900.0600.500.2967.3337.552.94
HexA9B45A60321D432635
Octal2512641326062351034665
Binary101010011011010010110101100110010111011000011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B45A; }

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

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

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

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

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

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

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

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