#A1B682

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

Shades of Norway #A1B682

Tints of Norway #A1B682

Color information

#A1B682 (or 0xA1B682) is unknown color: approx Norway. HEX triplet: A1, B6 and 82. RGB value is (161,182,130). Sum of RGB (Red+Green+Blue) = 161+182+130=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B682 is #5E497D. Grayscale: #A9A9A9. Windows color (decimal): -6179198 or 8566433. OLE color: 8566433.

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

Color convert

RGB161182130-
CMYK0.1200.290.29
HSL84.23º26.26%61.18%-
HSV(B)84.23º28.57%71.37%-
XYZ35.4642.6427.48-
YUV169.79105.54121.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.04%
GREEN value IS 182 (71.48% from 255) = 38.48%
BLUE value IS 130 (51.17% from 255) = 27.48%
R=34.04%
G=38.48%
B=27.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611821300.1200.290.2984.2326.2661.18
HexA1B682C01D1D541a3d
Octal24126620214035351243275
Binary101000011011011010000010110001110111101101010011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B682; }

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

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

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

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

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

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

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

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