#A4B96D

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

Shades of Olivine #A4B96D

Tints of Olivine #A4B96D

Color information

#A4B96D (or 0xA4B96D) is unknown color: approx Olivine. HEX triplet: A4, B9 and 6D. RGB value is (164,185,109). Sum of RGB (Red+Green+Blue) = 164+185+109=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B96D is #5B4692. Grayscale: #AAAAAA. Windows color (decimal): -5981843 or 7190948. OLE color: 7190948.

HSL color Cylindrical-coordinate representation of color #A4B96D: hue angle of 76.58º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4B96D is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB164185109-
CMYK0.1100.410.27
HSL76.58º35.19%57.65%-
HSV(B)76.58º41.08%72.55%-
XYZ35.4243.6921.04-
YUV170.0693.54123.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.81%
GREEN value IS 185 (72.66% from 255) = 40.39%
BLUE value IS 109 (42.97% from 255) = 23.80%
R=35.81%
G=40.39%
B=23.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641851090.1100.410.2776.5835.1957.65
HexA4B96DB0291B4d233a
Octal24427115513051331154372
Binary1010010010111001110110110110101001110111001101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B96D; }

 p { color: rgb(164,185,109); }

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

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

 a { background-color: rgb(164,185,109); }

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

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

 span { border-color: rgb(164,185,109); }

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