#A1B98B

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

Shades of Norway #A1B98B

Tints of Norway #A1B98B

Color information

#A1B98B (or 0xA1B98B) is unknown color: approx Norway. HEX triplet: A1, B9 and 8B. RGB value is (161,185,139). Sum of RGB (Red+Green+Blue) = 161+185+139=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B98B is #5E4674. Grayscale: #ACACAC. Windows color (decimal): -6178421 or 9157025. OLE color: 9157025.

HSL color Cylindrical-coordinate representation of color #A1B98B: hue angle of 91.3º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1B98B is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB161185139-
CMYK0.1300.250.27
HSL91.3º24.73%63.53%-
HSV(B)91.3º24.86%72.55%-
XYZ36.7144.1431.01-
YUV172.58109.05119.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.20%
GREEN value IS 185 (72.66% from 255) = 38.14%
BLUE value IS 139 (54.69% from 255) = 28.66%
R=33.20%
G=38.14%
B=28.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611851390.1300.250.2791.324.7363.53
HexA1B98BD0191B5b1940
Octal241271213150313313331100
Binary1010000110111001100010111101011001110111011011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B98B; }

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

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

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

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

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

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

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

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