#A2C671

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

Shades of Olivine #A2C671

Tints of Olivine #A2C671

Color information

#A2C671 (or 0xA2C671) is unknown color: approx Olivine. HEX triplet: A2, C6 and 71. RGB value is (162,198,113). Sum of RGB (Red+Green+Blue) = 162+198+113=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C671 is #5D398E. Grayscale: #B1B1B1. Windows color (decimal): -6109583 or 7456418. OLE color: 7456418.

HSL color Cylindrical-coordinate representation of color #A2C671: hue angle of 85.41º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2C671 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB162198113-
CMYK0.1800.430.22
HSL85.41º42.71%60.98%-
HSV(B)85.41º42.93%77.65%-
XYZ38.0849.2623.12-
YUV177.5591.57116.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.25%
GREEN value IS 198 (77.73% from 255) = 41.86%
BLUE value IS 113 (44.53% from 255) = 23.89%
R=34.25%
G=41.86%
B=23.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621981130.1800.430.2285.4142.7160.98
HexA2C6711202B16552b3d
Octal24230616122053261255375
Binary10100010110001101110001100100101011101101010101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C671; }

 p { color: rgb(162,198,113); }

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

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

 a { background-color: rgb(162,198,113); }

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

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

 span { border-color: rgb(162,198,113); }

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