#A2B573

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

Shades of Olivine #A2B573

Tints of Olivine #A2B573

Color information

#A2B573 (or 0xA2B573) is unknown color: approx Olivine. HEX triplet: A2, B5 and 73. RGB value is (162,181,115). Sum of RGB (Red+Green+Blue) = 162+181+115=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B573 is #5D4A8C. Grayscale: #A8A8A8. Windows color (decimal): -6113933 or 7583138. OLE color: 7583138.

HSL color Cylindrical-coordinate representation of color #A2B573: hue angle of 77.27º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2B573 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB162181115-
CMYK0.1000.360.29
HSL77.27º30.84%58.04%-
HSV(B)77.27º36.46%70.98%-
XYZ34.5241.9722.5-
YUV167.898.21123.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.37%
GREEN value IS 181 (71.09% from 255) = 39.52%
BLUE value IS 115 (45.31% from 255) = 25.11%
R=35.37%
G=39.52%
B=25.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621811150.1000.360.2977.2730.8458.04
HexA2B573A0241D4d1f3a
Octal24226516312044351153772
Binary101000101011010111100111010010010011101100110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B573; }

 p { color: rgb(162,181,115); }

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

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

 a { background-color: rgb(162,181,115); }

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

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

 span { border-color: rgb(162,181,115); }

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