#A2B488

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

Shades of Norway #A2B488

Tints of Norway #A2B488

Color information

#A2B488 (or 0xA2B488) is unknown color: approx Norway. HEX triplet: A2, B4 and 88. RGB value is (162,180,136). Sum of RGB (Red+Green+Blue) = 162+180+136=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B488 is #5D4B77. Grayscale: #A9A9A9. Windows color (decimal): -6114168 or 8959138. OLE color: 8959138.

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

Color convert

RGB162180136-
CMYK0.100.240.29
HSL84.55º22.68%61.96%-
HSV(B)84.55º24.44%70.59%-
XYZ35.6742.129.54-
YUV169.6109.04122.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.89%
GREEN value IS 180 (70.70% from 255) = 37.66%
BLUE value IS 136 (53.52% from 255) = 28.45%
R=33.89%
G=37.66%
B=28.45%

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
Decimal1621801360.100.240.2984.5522.6861.96
HexA2B488A0181D55173e
Octal24226421012030351252776
Binary101000101011010010001000101001100011101101010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B488; }

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

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

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

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

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

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

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

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