#A3B977

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

Shades of Olivine #A3B977

Tints of Olivine #A3B977

Color information

#A3B977 (or 0xA3B977) is unknown color: approx Olivine. HEX triplet: A3, B9 and 77. RGB value is (163,185,119). Sum of RGB (Red+Green+Blue) = 163+185+119=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B977 is #5C4688. Grayscale: #ABABAB. Windows color (decimal): -6047369 or 7846307. OLE color: 7846307.

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

Color convert

RGB163185119-
CMYK0.1200.360.27
HSL80º32.04%59.61%-
HSV(B)80º35.68%72.55%-
XYZ35.7843.8224.02-
YUV170.998.71122.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.90%
GREEN value IS 185 (72.66% from 255) = 39.61%
BLUE value IS 119 (46.88% from 255) = 25.48%
R=34.90%
G=39.61%
B=25.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631851190.1200.360.278032.0459.61
HexA3B977C0241B50203c
Octal24327116714044331204074
Binary1010001110111001111011111000100100110111010000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B977; }

 p { color: rgb(163,185,119); }

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

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

 a { background-color: rgb(163,185,119); }

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

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

 span { border-color: rgb(163,185,119); }

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