#A3B86C

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

Shades of Olivine #A3B86C

Tints of Olivine #A3B86C

Color information

#A3B86C (or 0xA3B86C) is unknown color: approx Olivine. HEX triplet: A3, B8 and 6C. RGB value is (163,184,108). Sum of RGB (Red+Green+Blue) = 163+184+108=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B86C is #5C4793. Grayscale: #A9A9A9. Windows color (decimal): -6047636 or 7125155. OLE color: 7125155.

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

Color convert

RGB163184108-
CMYK0.1100.410.28
HSL76.58º34.86%57.25%-
HSV(B)76.58º41.3%72.16%-
XYZ34.9543.1520.67-
YUV169.0693.54123.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 108 (42.58% from 255) = 23.74%
R=35.82%
G=40.44%
B=23.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631841080.1100.410.2876.5834.8657.25
HexA3B86CB0291C4d2339
Octal24327015413051341154371
Binary1010001110111000110110010110101001111001001101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B86C; }

 p { color: rgb(163,184,108); }

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

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

 a { background-color: rgb(163,184,108); }

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

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

 span { border-color: rgb(163,184,108); }

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