#A0B980

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

Shades of Olivine #A0B980

Tints of Olivine #A0B980

Color information

#A0B980 (or 0xA0B980) is unknown color: approx Olivine. HEX triplet: A0, B9 and 80. RGB value is (160,185,128). Sum of RGB (Red+Green+Blue) = 160+185+128=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B980 is #5F467F. Grayscale: #ABABAB. Windows color (decimal): -6243968 or 8436128. OLE color: 8436128.

HSL color Cylindrical-coordinate representation of color #A0B980: hue angle of 86.32º 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 #A0B980 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB160185128-
CMYK0.1400.310.27
HSL86.32º28.93%61.37%-
HSV(B)86.32º30.81%72.55%-
XYZ35.7443.7326.98-
YUV171.03103.72120.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.83%
GREEN value IS 185 (72.66% from 255) = 39.11%
BLUE value IS 128 (50.39% from 255) = 27.06%
R=33.83%
G=39.11%
B=27.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601851280.1400.310.2786.3228.9361.37
HexA0B980E01F1B561d3d
Octal24027120016037331263575
Binary101000001011100110000000111001111111011101011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B980; }

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

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

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

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

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

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

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

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