#A4A94D

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

Shades of Olive Green #A4A94D

Tints of Olive Green #A4A94D

Color information

#A4A94D (or 0xA4A94D) is unknown color: approx Olive Green. HEX triplet: A4, A9 and 4D. RGB value is (164,169,77). Sum of RGB (Red+Green+Blue) = 164+169+77=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A94D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A94D is #5B56B2. Grayscale: #9D9D9D. Windows color (decimal): -5985971 or 5089700. OLE color: 5089700.

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

Color convert

RGB16416977-
CMYK0.0300.540.34
HSL63.26º37.4%48.24%-
HSV(B)63.26º54.44%66.27%-
XYZ30.8436.812.5-
YUV157.0282.84132.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 169 (66.41% from 255) = 41.22%
BLUE value IS 77 (30.47% from 255) = 18.78%
R=40%
G=41.22%
B=18.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal164169770.0300.540.3463.2637.448.24
HexA4A94D3036223f2530
Octal244251115306642774560
Binary10100100101010011001101110110110100010111111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A94D; }

 p { color: rgb(164,169,77); }

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

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

 a { background-color: rgb(164,169,77); }

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

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

 span { border-color: rgb(164,169,77); }

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