#A2B372

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

Shades of Olivine #A2B372

Tints of Olivine #A2B372

Color information

#A2B372 (or 0xA2B372) is unknown color: approx Olivine. HEX triplet: A2, B3 and 72. RGB value is (162,179,114). Sum of RGB (Red+Green+Blue) = 162+179+114=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B372 is #5D4C8D. Grayscale: #A6A6A6. Windows color (decimal): -6114446 or 7517090. OLE color: 7517090.

HSL color Cylindrical-coordinate representation of color #A2B372: hue angle of 75.69º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2B372 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB162179114-
CMYK0.0900.360.30
HSL75.69º29.95%57.45%-
HSV(B)75.69º36.31%70.2%-
XYZ34.0641.1422.06-
YUV166.5198.37124.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.60%
GREEN value IS 179 (70.31% from 255) = 39.34%
BLUE value IS 114 (44.92% from 255) = 25.05%
R=35.60%
G=39.34%
B=25.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1621791140.0900.360.3075.6929.9557.45
HexA2B37290241E4c1e39
Octal24226316211044361143671
Binary101000101011001111100101001010010011110100110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B372; }

 p { color: rgb(162,179,114); }

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

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

 a { background-color: rgb(162,179,114); }

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

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

 span { border-color: rgb(162,179,114); }

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