#A3B484

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

Shades of Norway #A3B484

Tints of Norway #A3B484

Color information

#A3B484 (or 0xA3B484) is unknown color: approx Norway. HEX triplet: A3, B4 and 84. RGB value is (163,180,132). Sum of RGB (Red+Green+Blue) = 163+180+132=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B484 is #5C4B7B. Grayscale: #A9A9A9. Windows color (decimal): -6048636 or 8696995. OLE color: 8696995.

HSL color Cylindrical-coordinate representation of color #A3B484: hue angle of 81.25º 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 #A3B484 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB163180132-
CMYK0.0900.270.29
HSL81.25º24.24%61.18%-
HSV(B)81.25º26.67%70.59%-
XYZ35.5942.0928.08-
YUV169.44106.87123.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.32%
GREEN value IS 180 (70.70% from 255) = 37.89%
BLUE value IS 132 (51.95% from 255) = 27.79%
R=34.32%
G=37.89%
B=27.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631801320.0900.270.2981.2524.2461.18
HexA3B484901B1D51183d
Octal24326420411033351213075
Binary101000111011010010000100100101101111101101000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B484; }

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

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

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

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

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

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

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

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