#A1B981

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

Shades of Norway #A1B981

Tints of Norway #A1B981

Color information

#A1B981 (or 0xA1B981) is unknown color: approx Norway. HEX triplet: A1, B9 and 81. RGB value is (161,185,129). Sum of RGB (Red+Green+Blue) = 161+185+129=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B981 is #5E467E. Grayscale: #ABABAB. Windows color (decimal): -6178431 or 8501665. OLE color: 8501665.

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

Color convert

RGB161185129-
CMYK0.1300.300.27
HSL85.71º28.57%61.57%-
HSV(B)85.71º30.27%72.55%-
XYZ36.0143.8627.34-
YUV171.44104.05120.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.89%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 129 (50.78% from 255) = 27.16%
R=33.89%
G=38.95%
B=27.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611851290.1300.300.2785.7128.5761.57
HexA1B981D01E1B561d3e
Octal24127120115036331263576
Binary101000011011100110000001110101111011011101011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B981; }

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

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

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

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

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

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

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

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