#A2B489

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

Shades of Norway #A2B489

Tints of Norway #A2B489

Color information

#A2B489 (or 0xA2B489) is unknown color: approx Norway. HEX triplet: A2, B4 and 89. RGB value is (162,180,137). Sum of RGB (Red+Green+Blue) = 162+180+137=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B489 is #5D4B76. Grayscale: #A9A9A9. Windows color (decimal): -6114167 or 9024674. OLE color: 9024674.

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

Color convert

RGB162180137-
CMYK0.100.240.29
HSL85.12º22.28%62.16%-
HSV(B)85.12º23.89%70.59%-
XYZ35.7442.1329.92-
YUV169.72109.54122.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.82%
GREEN value IS 180 (70.70% from 255) = 37.58%
BLUE value IS 137 (53.91% from 255) = 28.60%
R=33.82%
G=37.58%
B=28.60%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621801370.100.240.2985.1222.2862.16
HexA2B489A0181D55163e
Octal24226421112030351252676
Binary101000101011010010001001101001100011101101010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B489; }

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

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

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

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

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

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

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

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