#A3C576

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

Shades of Olivine #A3C576

Tints of Olivine #A3C576

Color information

#A3C576 (or 0xA3C576) is unknown color: approx Olivine. HEX triplet: A3, C5 and 76. RGB value is (163,197,118). Sum of RGB (Red+Green+Blue) = 163+197+118=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C576 is #5C3A89. Grayscale: #B2B2B2. Windows color (decimal): -6044298 or 7783843. OLE color: 7783843.

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

Color convert

RGB163197118-
CMYK0.1700.400.23
HSL85.82º40.51%61.76%-
HSV(B)85.82º40.1%77.25%-
XYZ38.3449.0324.58-
YUV177.8394.24117.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 197 (77.34% from 255) = 41.21%
BLUE value IS 118 (46.48% from 255) = 24.69%
R=34.10%
G=41.21%
B=24.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1631971180.1700.400.2385.8240.5161.76
HexA3C576110281756293e
Octal24330516621050271265176
Binary10100011110001011110110100010101000101111010110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C576; }

 p { color: rgb(163,197,118); }

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

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

 a { background-color: rgb(163,197,118); }

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

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

 span { border-color: rgb(163,197,118); }

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