#A2B483

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

Shades of Norway #A2B483

Tints of Norway #A2B483

Color information

#A2B483 (or 0xA2B483) is unknown color: approx Norway. HEX triplet: A2, B4 and 83. RGB value is (162,180,131). Sum of RGB (Red+Green+Blue) = 162+180+131=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B483 is #5D4B7C. Grayscale: #A9A9A9. Windows color (decimal): -6114173 or 8631458. OLE color: 8631458.

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

Color convert

RGB162180131-
CMYK0.100.270.29
HSL82.04º24.62%60.98%-
HSV(B)82.04º27.22%70.59%-
XYZ35.3241.9627.71-
YUV169.03106.54122.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.25%
GREEN value IS 180 (70.70% from 255) = 38.05%
BLUE value IS 131 (51.56% from 255) = 27.70%
R=34.25%
G=38.05%
B=27.70%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621801310.100.270.2982.0424.6260.98
HexA2B483A01B1D52193d
Octal24226420312033351223175
Binary101000101011010010000011101001101111101101001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B483; }

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

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

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

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

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

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

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

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