#A2B480

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

Shades of Olivine #A2B480

Tints of Olivine #A2B480

Color information

#A2B480 (or 0xA2B480) is unknown color: approx Olivine. HEX triplet: A2, B4 and 80. RGB value is (162,180,128). Sum of RGB (Red+Green+Blue) = 162+180+128=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B480 is #5D4B7F. Grayscale: #A8A8A8. Windows color (decimal): -6114176 or 8434850. OLE color: 8434850.

HSL color Cylindrical-coordinate representation of color #A2B480: hue angle of 80.77º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2B480 is Cyan = 0.1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB162180128-
CMYK0.100.290.29
HSL80.77º25.74%60.39%-
HSV(B)80.77º28.89%70.59%-
XYZ35.1241.8826.66-
YUV168.69105.04123.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.47%
GREEN value IS 180 (70.70% from 255) = 38.30%
BLUE value IS 128 (50.39% from 255) = 27.23%
R=34.47%
G=38.30%
B=27.23%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621801280.100.290.2980.7725.7460.39
HexA2B480A01D1D511a3c
Octal24226420012035351213274
Binary101000101011010010000000101001110111101101000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B480; }

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

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

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

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

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

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

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

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