#A3C261

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

Shades of Olivine #A3C261

Tints of Olivine #A3C261

Color information

#A3C261 (or 0xA3C261) is unknown color: approx Olivine. HEX triplet: A3, C2 and 61. RGB value is (163,194,97). Sum of RGB (Red+Green+Blue) = 163+194+97=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C261 is #5C3D9E. Grayscale: #AEAEAE. Windows color (decimal): -6045087 or 6406819. OLE color: 6406819.

HSL color Cylindrical-coordinate representation of color #A3C261: hue angle of 79.18º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3C261 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB16319497-
CMYK0.1600.500.24
HSL79.18º44.29%57.06%-
HSV(B)79.18º50%76.08%-
XYZ36.5547.2318.5-
YUV173.6784.73120.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.90%
GREEN value IS 194 (76.17% from 255) = 42.73%
BLUE value IS 97 (38.28% from 255) = 21.37%
R=35.90%
G=42.73%
B=21.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal163194970.1600.500.2479.1844.2957.06
HexA3C26110032184f2c39
Octal24330214120062301175471
Binary10100011110000101100001100000110010110001001111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C261; }

 p { color: rgb(163,194,97); }

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

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

 a { background-color: rgb(163,194,97); }

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

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

 span { border-color: rgb(163,194,97); }

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