#A2B781

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

Shades of Norway #A2B781

Tints of Norway #A2B781

Color information

#A2B781 (or 0xA2B781) is unknown color: approx Norway. HEX triplet: A2, B7 and 81. RGB value is (162,183,129). Sum of RGB (Red+Green+Blue) = 162+183+129=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B781 is #5D487E. Grayscale: #AAAAAA. Windows color (decimal): -6113407 or 8501154. OLE color: 8501154.

HSL color Cylindrical-coordinate representation of color #A2B781: hue angle of 83.33º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2B781 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB162183129-
CMYK0.1100.300.28
HSL83.33º27.27%61.18%-
HSV(B)83.33º29.51%71.76%-
XYZ35.843.1327.21-
YUV170.56104.54121.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.18%
GREEN value IS 183 (71.88% from 255) = 38.61%
BLUE value IS 129 (50.78% from 255) = 27.22%
R=34.18%
G=38.61%
B=27.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1621831290.1100.300.2883.3327.2761.18
HexA2B781B01E1C531b3d
Octal24226720113036341233375
Binary101000101011011110000001101101111011100101001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B781; }

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

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

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

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

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

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

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

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