#A2B980

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

Shades of Olivine #A2B980

Tints of Olivine #A2B980

Color information

#A2B980 (or 0xA2B980) is unknown color: approx Olivine. HEX triplet: A2, B9 and 80. RGB value is (162,185,128). Sum of RGB (Red+Green+Blue) = 162+185+128=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B980 is #5D467F. Grayscale: #ABABAB. Windows color (decimal): -6112896 or 8436130. OLE color: 8436130.

HSL color Cylindrical-coordinate representation of color #A2B980: hue angle of 84.21º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2B980 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB162185128-
CMYK0.1200.310.27
HSL84.21º28.93%61.37%-
HSV(B)84.21º30.81%72.55%-
XYZ36.1543.9427-
YUV171.62103.38121.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 128 (50.39% from 255) = 26.95%
R=34.11%
G=38.95%
B=26.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621851280.1200.310.2784.2128.9361.37
HexA2B980C01F1B541d3d
Octal24227120014037331243575
Binary101000101011100110000000110001111111011101010011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B980; }

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

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

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

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

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

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

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

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