#A1B482

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

Shades of Norway #A1B482

Tints of Norway #A1B482

Color information

#A1B482 (or 0xA1B482) is unknown color: approx Norway. HEX triplet: A1, B4 and 82. RGB value is (161,180,130). Sum of RGB (Red+Green+Blue) = 161+180+130=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B482 is #5E4B7D. Grayscale: #A8A8A8. Windows color (decimal): -6179710 or 8565921. OLE color: 8565921.

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

Color convert

RGB161180130-
CMYK0.1100.280.29
HSL82.8º25%60.78%-
HSV(B)82.8º27.78%70.59%-
XYZ35.0541.8327.35-
YUV168.62106.21122.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.18%
GREEN value IS 180 (70.70% from 255) = 38.22%
BLUE value IS 130 (51.17% from 255) = 27.60%
R=34.18%
G=38.22%
B=27.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611801300.1100.280.2982.82560.78
HexA1B482B01C1D53193d
Octal24126420213034351233175
Binary101000011011010010000010101101110011101101001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B482; }

 p { color: rgb(161,180,130); }

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

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

 a { background-color: rgb(161,180,130); }

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

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

 span { border-color: rgb(161,180,130); }

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