#A2B981

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

Shades of Norway #A2B981

Tints of Norway #A2B981

Color information

#A2B981 (or 0xA2B981) is unknown color: approx Norway. HEX triplet: A2, B9 and 81. RGB value is (162,185,129). Sum of RGB (Red+Green+Blue) = 162+185+129=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B981 is #5D467E. Grayscale: #ABABAB. Windows color (decimal): -6112895 or 8501666. OLE color: 8501666.

HSL color Cylindrical-coordinate representation of color #A2B981: hue angle of 84.64º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2B981 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB162185129-
CMYK0.1200.300.27
HSL84.64º28.57%61.57%-
HSV(B)84.64º30.27%72.55%-
XYZ36.2143.9627.35-
YUV171.74103.88121.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.03%
GREEN value IS 185 (72.66% from 255) = 38.87%
BLUE value IS 129 (50.78% from 255) = 27.10%
R=34.03%
G=38.87%
B=27.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621851290.1200.300.2784.6428.5761.57
HexA2B981C01E1B551d3e
Octal24227120114036331253576
Binary101000101011100110000001110001111011011101010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B981; }

 p { color: rgb(162,185,129); }

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

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

 a { background-color: rgb(162,185,129); }

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

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

 span { border-color: rgb(162,185,129); }

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