#A3B571

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

Shades of Olivine #A3B571

Tints of Olivine #A3B571

Color information

#A3B571 (or 0xA3B571) is unknown color: approx Olivine. HEX triplet: A3, B5 and 71. RGB value is (163,181,113). Sum of RGB (Red+Green+Blue) = 163+181+113=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B571 is #5C4A8E. Grayscale: #A8A8A8. Windows color (decimal): -6048399 or 7452067. OLE color: 7452067.

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

Color convert

RGB163181113-
CMYK0.1000.380.29
HSL75.88º31.48%57.65%-
HSV(B)75.88º37.57%70.98%-
XYZ34.6142.0321.91-
YUV167.8797.04124.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.67%
GREEN value IS 181 (71.09% from 255) = 39.61%
BLUE value IS 113 (44.53% from 255) = 24.73%
R=35.67%
G=39.61%
B=24.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631811130.1000.380.2975.8831.4857.65
HexA3B571A0261D4c1f3a
Octal24326516112046351143772
Binary101000111011010111100011010010011011101100110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B571; }

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

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

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

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

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

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

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

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