#A2B772

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

Shades of Olivine #A2B772

Tints of Olivine #A2B772

Color information

#A2B772 (or 0xA2B772) is unknown color: approx Olivine. HEX triplet: A2, B7 and 72. RGB value is (162,183,114). Sum of RGB (Red+Green+Blue) = 162+183+114=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B772 is #5D488D. Grayscale: #A9A9A9. Windows color (decimal): -6113422 or 7518114. OLE color: 7518114.

HSL color Cylindrical-coordinate representation of color #A2B772: hue angle of 78.26º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2B772 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB162183114-
CMYK0.1100.380.28
HSL78.26º32.39%58.24%-
HSV(B)78.26º37.7%71.76%-
XYZ34.8742.7622.34-
YUV168.8697.04123.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.29%
GREEN value IS 183 (71.88% from 255) = 39.87%
BLUE value IS 114 (44.92% from 255) = 24.84%
R=35.29%
G=39.87%
B=24.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1621831140.1100.380.2878.2632.3958.24
HexA2B772B0261C4e203a
Octal24226716213046341164072
Binary1010001010110111111001010110100110111001001110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B772; }

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

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

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

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

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

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

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

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