#A9B460

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

Shades of Olive Green #A9B460

Tints of Olive Green #A9B460

Color information

#A9B460 (or 0xA9B460) is unknown color: approx Olive Green. HEX triplet: A9, B4 and 60. RGB value is (169,180,96). Sum of RGB (Red+Green+Blue) = 169+180+96=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B460 is #564B9F. Grayscale: #A7A7A7. Windows color (decimal): -5655456 or 6337705. OLE color: 6337705.

HSL color Cylindrical-coordinate representation of color #A9B460: hue angle of 67.86º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9B460 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB16918096-
CMYK0.0600.470.29
HSL67.86º35.9%54.12%-
HSV(B)67.86º46.67%70.59%-
XYZ34.7941.9217.32-
YUV167.1487.86129.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.98%
GREEN value IS 180 (70.70% from 255) = 40.45%
BLUE value IS 96 (37.89% from 255) = 21.57%
R=37.98%
G=40.45%
B=21.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169180960.0600.470.2967.8635.954.12
HexA9B460602F1D442436
Octal2512641406057351044466
Binary101010011011010011000001100101111111011000100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B460; }

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

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

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

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

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

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

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

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