#A9B45D

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

Shades of Olive Green #A9B45D

Tints of Olive Green #A9B45D

Color information

#A9B45D (or 0xA9B45D) is unknown color: approx Olive Green. HEX triplet: A9, B4 and 5D. RGB value is (169,180,93). Sum of RGB (Red+Green+Blue) = 169+180+93=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B45D is #564BA2. Grayscale: #A7A7A7. Windows color (decimal): -5655459 or 6141097. OLE color: 6141097.

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

Color convert

RGB16918093-
CMYK0.0600.480.29
HSL67.59º36.71%53.53%-
HSV(B)67.59º48.33%70.59%-
XYZ34.6641.8716.61-
YUV166.7986.36129.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.24%
GREEN value IS 180 (70.70% from 255) = 40.72%
BLUE value IS 93 (36.72% from 255) = 21.04%
R=38.24%
G=40.72%
B=21.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169180930.0600.480.2967.5936.7153.53
HexA9B45D60301D442536
Octal2512641356060351044566
Binary101010011011010010111011100110000111011000100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B45D; }

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

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

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

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

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

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

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

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