#A3BA71

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

Shades of Olivine #A3BA71

Tints of Olivine #A3BA71

Color information

#A3BA71 (or 0xA3BA71) is unknown color: approx Olivine. HEX triplet: A3, BA and 71. RGB value is (163,186,113). Sum of RGB (Red+Green+Blue) = 163+186+113=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BA71 is #5C458E. Grayscale: #ABABAB. Windows color (decimal): -6047119 or 7453347. OLE color: 7453347.

HSL color Cylindrical-coordinate representation of color #A3BA71: hue angle of 78.9º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3BA71 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB163186113-
CMYK0.1200.390.27
HSL78.9º34.6%58.63%-
HSV(B)78.9º39.25%72.94%-
XYZ35.6444.122.26-
YUV170.895.38122.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.28%
GREEN value IS 186 (73.05% from 255) = 40.26%
BLUE value IS 113 (44.53% from 255) = 24.46%
R=35.28%
G=40.26%
B=24.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631861130.1200.390.2778.934.658.63
HexA3BA71C0271B4f233b
Octal24327216114047331174373
Binary1010001110111010111000111000100111110111001111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BA71; }

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

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

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

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

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

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

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

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