#A2C582

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

Shades of Norway #A2C582

Tints of Norway #A2C582

Color information

#A2C582 (or 0xA2C582) is unknown color: approx Norway. HEX triplet: A2, C5 and 82. RGB value is (162,197,130). Sum of RGB (Red+Green+Blue) = 162+197+130=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C582 is #5D3A7D. Grayscale: #B3B3B3. Windows color (decimal): -6109822 or 8570274. OLE color: 8570274.

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

Color convert

RGB162197130-
CMYK0.1800.340.23
HSL91.34º36.61%64.12%-
HSV(B)91.34º34.01%77.25%-
XYZ38.949.2328.57-
YUV178.9100.4115.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.13%
GREEN value IS 197 (77.34% from 255) = 40.29%
BLUE value IS 130 (51.17% from 255) = 26.58%
R=33.13%
G=40.29%
B=26.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621971300.1800.340.2391.3436.6164.12
HexA2C58212022175b2540
Octal242305202220422713345100
Binary1010001011000101100000101001001000101011110110111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C582; }

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

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

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

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

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

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

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

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