#A2C080

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

Shades of Olivine #A2C080

Tints of Olivine #A2C080

Color information

#A2C080 (or 0xA2C080) is unknown color: approx Olivine. HEX triplet: A2, C0 and 80. RGB value is (162,192,128). Sum of RGB (Red+Green+Blue) = 162+192+128=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C080 is #5D3F7F. Grayscale: #AFAFAF. Windows color (decimal): -6111104 or 8437922. OLE color: 8437922.

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

Color convert

RGB162192128-
CMYK0.1600.330.25
HSL88.12º33.68%62.75%-
HSV(B)88.12º33.33%75.29%-
XYZ37.6546.9427.5-
YUV175.73101.06118.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.61%
GREEN value IS 192 (75.39% from 255) = 39.83%
BLUE value IS 128 (50.39% from 255) = 26.56%
R=33.61%
G=39.83%
B=26.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621921280.1600.330.2588.1233.6862.75
HexA2C080100211958223f
Octal24230020020041311304277
Binary101000101100000010000000100000100001110011011000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C080; }

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

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

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

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

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

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

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

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