#A3B371

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

Shades of Olivine #A3B371

Tints of Olivine #A3B371

Color information

#A3B371 (or 0xA3B371) is unknown color: approx Olivine. HEX triplet: A3, B3 and 71. RGB value is (163,179,113). Sum of RGB (Red+Green+Blue) = 163+179+113=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B371 is #5C4C8E. Grayscale: #A6A6A6. Windows color (decimal): -6048911 or 7451555. OLE color: 7451555.

HSL color Cylindrical-coordinate representation of color #A3B371: hue angle of 74.55º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3B371 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB163179113-
CMYK0.0900.370.30
HSL74.55º30.28%57.25%-
HSV(B)74.55º36.87%70.2%-
XYZ34.241.2221.78-
YUV166.6997.7125.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 179 (70.31% from 255) = 39.34%
BLUE value IS 113 (44.53% from 255) = 24.84%
R=35.82%
G=39.34%
B=24.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1631791130.0900.370.3074.5530.2857.25
HexA3B37190251E4b1e39
Octal24326316111045361133671
Binary101000111011001111100011001010010111110100101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B371; }

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

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

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

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

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

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

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

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