#A3B871

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

Shades of Olivine #A3B871

Tints of Olivine #A3B871

Color information

#A3B871 (or 0xA3B871) is unknown color: approx Olivine. HEX triplet: A3, B8 and 71. RGB value is (163,184,113). Sum of RGB (Red+Green+Blue) = 163+184+113=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B871 is #5C478E. Grayscale: #A9A9A9. Windows color (decimal): -6047631 or 7452835. OLE color: 7452835.

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

Color convert

RGB163184113-
CMYK0.1100.390.28
HSL77.75º33.33%58.24%-
HSV(B)77.75º38.59%72.16%-
XYZ35.2343.2622.12-
YUV169.6396.04123.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.43%
GREEN value IS 184 (72.27% from 255) = 40%
BLUE value IS 113 (44.53% from 255) = 24.57%
R=35.43%
G=40%
B=24.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631841130.1100.390.2877.7533.3358.24
HexA3B871B0271C4e213a
Octal24327016113047341164172
Binary1010001110111000111000110110100111111001001110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B871; }

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

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

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

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

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

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

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

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