#A2C586

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

Shades of Norway #A2C586

Tints of Norway #A2C586

Color information

#A2C586 (or 0xA2C586) is unknown color: approx Norway. HEX triplet: A2, C5 and 86. RGB value is (162,197,134). Sum of RGB (Red+Green+Blue) = 162+197+134=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C586 is #5D3A79. Grayscale: #B3B3B3. Windows color (decimal): -6109818 or 8832418. OLE color: 8832418.

HSL color Cylindrical-coordinate representation of color #A2C586: hue angle of 93.33º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2C586 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB162197134-
CMYK0.1800.320.23
HSL93.33º35.2%64.9%-
HSV(B)93.33º31.98%77.25%-
XYZ39.1749.3430.01-
YUV179.35102.4115.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.86%
GREEN value IS 197 (77.34% from 255) = 39.96%
BLUE value IS 134 (52.73% from 255) = 27.18%
R=32.86%
G=39.96%
B=27.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621971340.1800.320.2393.3335.264.9
HexA2C58612020175d2341
Octal242305206220402713543101
Binary1010001011000101100001101001001000001011110111011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C586; }

 p { color: rgb(162,197,134); }

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

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

 a { background-color: rgb(162,197,134); }

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

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

 span { border-color: rgb(162,197,134); }

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