#A2B382

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

Shades of Norway #A2B382

Tints of Norway #A2B382

Color information

#A2B382 (or 0xA2B382) is unknown color: approx Norway. HEX triplet: A2, B3 and 82. RGB value is (162,179,130). Sum of RGB (Red+Green+Blue) = 162+179+130=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B382 is #5D4C7D. Grayscale: #A8A8A8. Windows color (decimal): -6114430 or 8565666. OLE color: 8565666.

HSL color Cylindrical-coordinate representation of color #A2B382: hue angle of 80.82º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2B382 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB162179130-
CMYK0.0900.270.30
HSL80.82º24.38%60.59%-
HSV(B)80.82º27.37%70.2%-
XYZ35.0541.5327.29-
YUV168.33106.37123.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.39%
GREEN value IS 179 (70.31% from 255) = 38.00%
BLUE value IS 130 (51.17% from 255) = 27.60%
R=34.39%
G=38.00%
B=27.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1621791300.0900.270.3080.8224.3860.59
HexA2B382901B1E51183d
Octal24226320211033361213075
Binary101000101011001110000010100101101111110101000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B382; }

 p { color: rgb(162,179,130); }

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

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

 a { background-color: rgb(162,179,130); }

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

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

 span { border-color: rgb(162,179,130); }

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