#A1B483

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

Shades of Norway #A1B483

Tints of Norway #A1B483

Color information

#A1B483 (or 0xA1B483) is unknown color: approx Norway. HEX triplet: A1, B4 and 83. RGB value is (161,180,131). Sum of RGB (Red+Green+Blue) = 161+180+131=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B483 is #5E4B7C. Grayscale: #A8A8A8. Windows color (decimal): -6179709 or 8631457. OLE color: 8631457.

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

Color convert

RGB161180131-
CMYK0.1100.270.29
HSL83.27º24.62%60.98%-
HSV(B)83.27º27.22%70.59%-
XYZ35.1241.8627.7-
YUV168.73106.71122.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.11%
GREEN value IS 180 (70.70% from 255) = 38.14%
BLUE value IS 131 (51.56% from 255) = 27.75%
R=34.11%
G=38.14%
B=27.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611801310.1100.270.2983.2724.6260.98
HexA1B483B01B1D53193d
Octal24126420313033351233175
Binary101000011011010010000011101101101111101101001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B483; }

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

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

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

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

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

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

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

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