#A3B87E

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

Shades of Olivine #A3B87E

Tints of Olivine #A3B87E

Color information

#A3B87E (or 0xA3B87E) is unknown color: approx Olivine. HEX triplet: A3, B8 and 7E. RGB value is (163,184,126). Sum of RGB (Red+Green+Blue) = 163+184+126=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B87E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B87E is #5C4781. Grayscale: #ABABAB. Windows color (decimal): -6047618 or 8304803. OLE color: 8304803.

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

Color convert

RGB163184126-
CMYK0.1100.320.28
HSL81.72º29%60.78%-
HSV(B)81.72º31.52%72.16%-
XYZ36.0143.5726.25-
YUV171.11102.54122.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.46%
GREEN value IS 184 (72.27% from 255) = 38.90%
BLUE value IS 126 (49.61% from 255) = 26.64%
R=34.46%
G=38.90%
B=26.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631841260.1100.320.2881.722960.78
HexA3B87EB0201C521d3d
Octal24327017613040341223575
Binary101000111011100011111101011010000011100101001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B87E; }

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

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

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

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

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

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

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

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