#A2C076

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

Shades of Olivine #A2C076

Tints of Olivine #A2C076

Color information

#A2C076 (or 0xA2C076) is unknown color: approx Olivine. HEX triplet: A2, C0 and 76. RGB value is (162,192,118). Sum of RGB (Red+Green+Blue) = 162+192+118=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C076 is #5D3F89. Grayscale: #AEAEAE. Windows color (decimal): -6111114 or 7782562. OLE color: 7782562.

HSL color Cylindrical-coordinate representation of color #A2C076: hue angle of 84.32º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2C076 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB162192118-
CMYK0.1600.390.25
HSL84.32º37%60.78%-
HSV(B)84.32º38.54%75.29%-
XYZ37.0246.6924.2-
YUV174.5996.06119.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.32%
GREEN value IS 192 (75.39% from 255) = 40.68%
BLUE value IS 118 (46.48% from 255) = 25%
R=34.32%
G=40.68%
B=25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621921180.1600.390.2584.323760.78
HexA2C076100271954253d
Octal24230016620047311244575
Binary10100010110000001110110100000100111110011010100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C076; }

 p { color: rgb(162,192,118); }

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

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

 a { background-color: rgb(162,192,118); }

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

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

 span { border-color: rgb(162,192,118); }

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