#A2C180

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

Shades of Olivine #A2C180

Tints of Olivine #A2C180

Color information

#A2C180 (or 0xA2C180) is unknown color: approx Olivine. HEX triplet: A2, C1 and 80. RGB value is (162,193,128). Sum of RGB (Red+Green+Blue) = 162+193+128=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C180 is #5D3E7F. Grayscale: #B0B0B0. Windows color (decimal): -6110848 or 8438178. OLE color: 8438178.

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

Color convert

RGB162193128-
CMYK0.1600.340.24
HSL88.62º34.39%62.94%-
HSV(B)88.62º33.68%75.69%-
XYZ37.8747.3827.57-
YUV176.32100.73117.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.54%
GREEN value IS 193 (75.78% from 255) = 39.96%
BLUE value IS 128 (50.39% from 255) = 26.50%
R=33.54%
G=39.96%
B=26.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621931280.1600.340.2488.6234.3962.94
HexA2C180100221859223f
Octal24230120020042301314277
Binary101000101100000110000000100000100010110001011001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C180; }

 p { color: rgb(162,193,128); }

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

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

 a { background-color: rgb(162,193,128); }

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

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

 span { border-color: rgb(162,193,128); }

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