#A3B87A

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

Shades of Olivine #A3B87A

Tints of Olivine #A3B87A

Color information

#A3B87A (or 0xA3B87A) is unknown color: approx Olivine. HEX triplet: A3, B8 and 7A. RGB value is (163,184,122). Sum of RGB (Red+Green+Blue) = 163+184+122=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B87A is #5C4785. Grayscale: #AAAAAA. Windows color (decimal): -6047622 or 8042659. OLE color: 8042659.

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

Color convert

RGB163184122-
CMYK0.1100.340.28
HSL80.32º30.39%60%-
HSV(B)80.32º33.7%72.16%-
XYZ35.7643.4724.92-
YUV170.65100.54122.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.75%
GREEN value IS 184 (72.27% from 255) = 39.23%
BLUE value IS 122 (48.05% from 255) = 26.01%
R=34.75%
G=39.23%
B=26.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631841220.1100.340.2880.3230.3960
HexA3B87AB0221C501e3c
Octal24327017213042341203674
Binary101000111011100011110101011010001011100101000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B87A; }

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

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

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

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

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

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

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

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