#A2B484

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

Shades of Norway #A2B484

Tints of Norway #A2B484

Color information

#A2B484 (or 0xA2B484) is unknown color: approx Norway. HEX triplet: A2, B4 and 84. RGB value is (162,180,132). Sum of RGB (Red+Green+Blue) = 162+180+132=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B484 is #5D4B7B. Grayscale: #A9A9A9. Windows color (decimal): -6114172 or 8696994. OLE color: 8696994.

HSL color Cylindrical-coordinate representation of color #A2B484: hue angle of 82.5º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2B484 is Cyan = 0.1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB162180132-
CMYK0.100.270.29
HSL82.5º24.24%61.18%-
HSV(B)82.5º26.67%70.59%-
XYZ35.3941.9928.07-
YUV169.15107.04122.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.18%
GREEN value IS 180 (70.70% from 255) = 37.97%
BLUE value IS 132 (51.95% from 255) = 27.85%
R=34.18%
G=37.97%
B=27.85%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621801320.100.270.2982.524.2461.18
HexA2B484A01B1D52183d
Octal24226420412033351223075
Binary101000101011010010000100101001101111101101001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B484; }

 p { color: rgb(162,180,132); }

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

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

 a { background-color: rgb(162,180,132); }

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

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

 span { border-color: rgb(162,180,132); }

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