#A3B471

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

Shades of Olivine #A3B471

Tints of Olivine #A3B471

Color information

#A3B471 (or 0xA3B471) is unknown color: approx Olivine. HEX triplet: A3, B4 and 71. RGB value is (163,180,113). Sum of RGB (Red+Green+Blue) = 163+180+113=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B471 is #5C4B8E. Grayscale: #A7A7A7. Windows color (decimal): -6048655 or 7451811. OLE color: 7451811.

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

Color convert

RGB163180113-
CMYK0.0900.370.29
HSL75.22º30.88%57.45%-
HSV(B)75.22º37.22%70.59%-
XYZ34.4141.6221.84-
YUV167.2897.37124.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.75%
GREEN value IS 180 (70.70% from 255) = 39.47%
BLUE value IS 113 (44.53% from 255) = 24.78%
R=35.75%
G=39.47%
B=24.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631801130.0900.370.2975.2230.8857.45
HexA3B47190251D4b1f39
Octal24326416111045351133771
Binary101000111011010011100011001010010111101100101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B471; }

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

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

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

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

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

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

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

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