#A3B57C

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

Shades of Olivine #A3B57C

Tints of Olivine #A3B57C

Color information

#A3B57C (or 0xA3B57C) is unknown color: approx Olivine. HEX triplet: A3, B5 and 7C. RGB value is (163,181,124). Sum of RGB (Red+Green+Blue) = 163+181+124=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 181 - color contains mainly: green. Hex color #A3B57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B57C is #5C4A83. Grayscale: #A9A9A9. Windows color (decimal): -6048388 or 8172963. OLE color: 8172963.

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

Color convert

RGB163181124-
CMYK0.1000.310.29
HSL78.95º27.8%59.8%-
HSV(B)78.95º31.49%70.98%-
XYZ35.2742.2925.37-
YUV169.12102.54123.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.83%
GREEN value IS 181 (71.09% from 255) = 38.68%
BLUE value IS 124 (48.83% from 255) = 26.50%
R=34.83%
G=38.68%
B=26.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631811240.1000.310.2978.9527.859.8
HexA3B57CA01F1D4f1c3c
Octal24326517412037351173474
Binary10100011101101011111100101001111111101100111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B57C; }

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

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

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

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

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

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

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

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