#A2C179

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

Shades of Olivine #A2C179

Tints of Olivine #A2C179

Color information

#A2C179 (or 0xA2C179) is unknown color: approx Olivine. HEX triplet: A2, C1 and 79. RGB value is (162,193,121). Sum of RGB (Red+Green+Blue) = 162+193+121=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C179 is #5D3E86. Grayscale: #AFAFAF. Windows color (decimal): -6110855 or 7979426. OLE color: 7979426.

HSL color Cylindrical-coordinate representation of color #A2C179: hue angle of 85.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2C179 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB162193121-
CMYK0.1600.370.24
HSL85.83º36.73%61.57%-
HSV(B)85.83º37.31%75.69%-
XYZ37.4247.225.23-
YUV175.5297.23118.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.03%
GREEN value IS 193 (75.78% from 255) = 40.55%
BLUE value IS 121 (47.66% from 255) = 25.42%
R=34.03%
G=40.55%
B=25.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621931210.1600.370.2485.8336.7361.57
HexA2C179100251856253e
Octal24230117120045301264576
Binary10100010110000011111001100000100101110001010110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C179; }

 p { color: rgb(162,193,121); }

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

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

 a { background-color: rgb(162,193,121); }

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

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

 span { border-color: rgb(162,193,121); }

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