#A3C477

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

Shades of Olivine #A3C477

Tints of Olivine #A3C477

Color information

#A3C477 (or 0xA3C477) is unknown color: approx Olivine. HEX triplet: A3, C4 and 77. RGB value is (163,196,119). Sum of RGB (Red+Green+Blue) = 163+196+119=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C477 is #5C3B88. Grayscale: #B1B1B1. Windows color (decimal): -6044553 or 7849123. OLE color: 7849123.

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

Color convert

RGB163196119-
CMYK0.1700.390.23
HSL85.71º39.49%61.76%-
HSV(B)85.71º39.29%76.86%-
XYZ38.1748.624.82-
YUV177.3695.07117.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 196 (76.95% from 255) = 41.00%
BLUE value IS 119 (46.88% from 255) = 24.90%
R=34.10%
G=41.00%
B=24.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1631961190.1700.390.2385.7139.4961.76
HexA3C477110271756273e
Octal24330416721047271264776
Binary10100011110001001110111100010100111101111010110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C477; }

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

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

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

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

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

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

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

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