#A2B485

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

Shades of Norway #A2B485

Tints of Norway #A2B485

Color information

#A2B485 (or 0xA2B485) is unknown color: approx Norway. HEX triplet: A2, B4 and 85. RGB value is (162,180,133). Sum of RGB (Red+Green+Blue) = 162+180+133=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B485 is #5D4B7A. Grayscale: #A9A9A9. Windows color (decimal): -6114171 or 8762530. OLE color: 8762530.

HSL color Cylindrical-coordinate representation of color #A2B485: hue angle of 82.98º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2B485 is Cyan = 0.1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB162180133-
CMYK0.100.260.29
HSL82.98º23.86%61.37%-
HSV(B)82.98º26.11%70.59%-
XYZ35.4642.0228.43-
YUV169.26107.54122.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.11%
GREEN value IS 180 (70.70% from 255) = 37.89%
BLUE value IS 133 (52.34% from 255) = 28%
R=34.11%
G=37.89%
B=28%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621801330.100.260.2982.9823.8661.37
HexA2B485A01A1D53183d
Octal24226420512032351233075
Binary101000101011010010000101101001101011101101001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B485; }

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

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

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

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

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

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

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

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