#A0B582

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

Shades of Norway #A0B582

Tints of Norway #A0B582

Color information

#A0B582 (or 0xA0B582) is unknown color: approx Norway. HEX triplet: A0, B5 and 82. RGB value is (160,181,130). Sum of RGB (Red+Green+Blue) = 160+181+130=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B582 is #5F4A7D. Grayscale: #A9A9A9. Windows color (decimal): -6244990 or 8566176. OLE color: 8566176.

HSL color Cylindrical-coordinate representation of color #A0B582: hue angle of 84.71º degrees, saturation: 0.26, 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 #A0B582 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB160181130-
CMYK0.1200.280.29
HSL84.71º25.63%60.98%-
HSV(B)84.71º28.18%70.98%-
XYZ35.0542.1327.4-
YUV168.91106.04121.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.97%
GREEN value IS 181 (71.09% from 255) = 38.43%
BLUE value IS 130 (51.17% from 255) = 27.60%
R=33.97%
G=38.43%
B=27.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601811300.1200.280.2984.7125.6360.98
HexA0B582C01C1D551a3d
Octal24026520214034351253275
Binary101000001011010110000010110001110011101101010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B582; }

 p { color: rgb(160,181,130); }

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

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

 a { background-color: rgb(160,181,130); }

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

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

 span { border-color: rgb(160,181,130); }

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