#A1B182

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

Shades of Norway #A1B182

Tints of Norway #A1B182

Color information

#A1B182 (or 0xA1B182) is unknown color: approx Norway. HEX triplet: A1, B1 and 82. RGB value is (161,177,130). Sum of RGB (Red+Green+Blue) = 161+177+130=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B182 is #5E4E7D. Grayscale: #A7A7A7. Windows color (decimal): -6180478 or 8565153. OLE color: 8565153.

HSL color Cylindrical-coordinate representation of color #A1B182: hue angle of 80.43º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1B182 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB161177130-
CMYK0.0900.270.31
HSL80.43º23.15%60.2%-
HSV(B)80.43º26.55%69.41%-
XYZ34.4540.6327.15-
YUV166.86107.2123.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 177 (69.53% from 255) = 37.82%
BLUE value IS 130 (51.17% from 255) = 27.78%
R=34.40%
G=37.82%
B=27.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611771300.0900.270.3180.4323.1560.2
HexA1B182901B1F50173c
Octal24126120211033371202774
Binary101000011011000110000010100101101111111101000010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B182; }

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

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

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

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

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

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

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

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