#A3C465

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

Shades of Olivine #A3C465

Tints of Olivine #A3C465

Color information

#A3C465 (or 0xA3C465) is unknown color: approx Olivine. HEX triplet: A3, C4 and 65. RGB value is (163,196,101). Sum of RGB (Red+Green+Blue) = 163+196+101=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C465 is #5C3B9A. Grayscale: #AFAFAF. Windows color (decimal): -6044571 or 6669475. OLE color: 6669475.

HSL color Cylindrical-coordinate representation of color #A3C465: hue angle of 80.84º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3C465 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB163196101-
CMYK0.1700.480.23
HSL80.84º44.6%58.24%-
HSV(B)80.84º48.47%76.86%-
XYZ37.1948.2119.66-
YUV175.386.07119.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.43%
GREEN value IS 196 (76.95% from 255) = 42.61%
BLUE value IS 101 (39.84% from 255) = 21.96%
R=35.43%
G=42.61%
B=21.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1631961010.1700.480.2380.8444.658.24
HexA3C4651103017512d3a
Octal24330414521060271215572
Binary10100011110001001100101100010110000101111010001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C465; }

 p { color: rgb(163,196,101); }

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

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

 a { background-color: rgb(163,196,101); }

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

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

 span { border-color: rgb(163,196,101); }

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