#A2C761

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

Shades of Olivine #A2C761

Tints of Olivine #A2C761

Color information

#A2C761 (or 0xA2C761) is unknown color: approx Olivine. HEX triplet: A2, C7 and 61. RGB value is (162,199,97). Sum of RGB (Red+Green+Blue) = 162+199+97=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C761 is #5D389E. Grayscale: #B0B0B0. Windows color (decimal): -6109343 or 6408098. OLE color: 6408098.

HSL color Cylindrical-coordinate representation of color #A2C761: hue angle of 81.76º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2C761 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB16219997-
CMYK0.1900.510.22
HSL81.76º47.66%58.04%-
HSV(B)81.76º51.26%78.04%-
XYZ37.4849.3918.87-
YUV176.3183.24117.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.37%
GREEN value IS 199 (78.12% from 255) = 43.45%
BLUE value IS 97 (38.28% from 255) = 21.18%
R=35.37%
G=43.45%
B=21.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162199970.1900.510.2281.7647.6658.04
HexA2C761130331652303a
Octal24230714123063261226072
Binary10100010110001111100001100110110011101101010010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C761; }

 p { color: rgb(162,199,97); }

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

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

 a { background-color: rgb(162,199,97); }

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

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

 span { border-color: rgb(162,199,97); }

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