#A2B084

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

Shades of Norway #A2B084

Tints of Norway #A2B084

Color information

#A2B084 (or 0xA2B084) is unknown color: approx Norway. HEX triplet: A2, B0 and 84. RGB value is (162,176,132). Sum of RGB (Red+Green+Blue) = 162+176+132=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B084 is #5D4F7B. Grayscale: #A6A6A6. Windows color (decimal): -6115196 or 8695970. OLE color: 8695970.

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

Color convert

RGB162176132-
CMYK0.0800.250.31
HSL79.09º21.78%60.39%-
HSV(B)79.09º25%69.02%-
XYZ34.5940.427.8-
YUV166.8108.36124.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.47%
GREEN value IS 176 (69.14% from 255) = 37.45%
BLUE value IS 132 (51.95% from 255) = 28.09%
R=34.47%
G=37.45%
B=28.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621761320.0800.250.3179.0921.7860.39
HexA2B08480191F4f163c
Octal24226020410031371172674
Binary101000101011000010000100100001100111111100111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B084; }

 p { color: rgb(162,176,132); }

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

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

 a { background-color: rgb(162,176,132); }

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

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

 span { border-color: rgb(162,176,132); }

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