#A1B781

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

Shades of Norway #A1B781

Tints of Norway #A1B781

Color information

#A1B781 (or 0xA1B781) is unknown color: approx Norway. HEX triplet: A1, B7 and 81. RGB value is (161,183,129). Sum of RGB (Red+Green+Blue) = 161+183+129=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B781 is #5E487E. Grayscale: #AAAAAA. Windows color (decimal): -6178943 or 8501153. OLE color: 8501153.

HSL color Cylindrical-coordinate representation of color #A1B781: hue angle of 84.44º 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 #A1B781 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB161183129-
CMYK0.1200.300.28
HSL84.44º27.27%61.18%-
HSV(B)84.44º29.51%71.76%-
XYZ35.5943.0327.2-
YUV170.27104.71121.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.04%
GREEN value IS 183 (71.88% from 255) = 38.69%
BLUE value IS 129 (50.78% from 255) = 27.27%
R=34.04%
G=38.69%
B=27.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611831290.1200.300.2884.4427.2761.18
HexA1B781C01E1C541b3d
Octal24126720114036341243375
Binary101000011011011110000001110001111011100101010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B781; }

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

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

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

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

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

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

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

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