#A4B96E

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

Shades of Olivine #A4B96E

Tints of Olivine #A4B96E

Color information

#A4B96E (or 0xA4B96E) is unknown color: approx Olivine. HEX triplet: A4, B9 and 6E. RGB value is (164,185,110). Sum of RGB (Red+Green+Blue) = 164+185+110=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B96E is #5B4691. Grayscale: #AAAAAA. Windows color (decimal): -5981842 or 7256484. OLE color: 7256484.

HSL color Cylindrical-coordinate representation of color #A4B96E: hue angle of 76.8º 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 #A4B96E is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB164185110-
CMYK0.1100.410.27
HSL76.8º34.88%57.84%-
HSV(B)76.8º40.54%72.55%-
XYZ35.4743.7221.32-
YUV170.1794.04123.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 185 (72.66% from 255) = 40.31%
BLUE value IS 110 (43.36% from 255) = 23.97%
R=35.73%
G=40.31%
B=23.97%

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
Decimal1641851100.1100.410.2776.834.8857.84
HexA4B96EB0291B4d233a
Octal24427115613051331154372
Binary1010010010111001110111010110101001110111001101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B96E; }

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

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

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

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

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

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

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

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