#A4B86E

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

Shades of Olivine #A4B86E

Tints of Olivine #A4B86E

Color information

#A4B86E (or 0xA4B86E) is unknown color: approx Olivine. HEX triplet: A4, B8 and 6E. RGB value is (164,184,110). Sum of RGB (Red+Green+Blue) = 164+184+110=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B86E is #5B4791. Grayscale: #A9A9A9. Windows color (decimal): -5982098 or 7256228. OLE color: 7256228.

HSL color Cylindrical-coordinate representation of color #A4B86E: hue angle of 76.22º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4B86E is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB164184110-
CMYK0.1100.400.28
HSL76.22º34.26%57.65%-
HSV(B)76.22º40.22%72.16%-
XYZ35.2643.321.25-
YUV169.5894.37124.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.81%
GREEN value IS 184 (72.27% from 255) = 40.17%
BLUE value IS 110 (43.36% from 255) = 24.02%
R=35.81%
G=40.17%
B=24.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641841100.1100.400.2876.2234.2657.65
HexA4B86EB0281C4c223a
Octal24427015613050341144272
Binary1010010010111000110111010110101000111001001100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B86E; }

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

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

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

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

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

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

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

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