#A3B98F

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

Shades of Norway #A3B98F

Tints of Norway #A3B98F

Color information

#A3B98F (or 0xA3B98F) is unknown color: approx Norway. HEX triplet: A3, B9 and 8F. RGB value is (163,185,143). Sum of RGB (Red+Green+Blue) = 163+185+143=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B98F is #5C4670. Grayscale: #ADADAD. Windows color (decimal): -6047345 or 9419171. OLE color: 9419171.

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

Color convert

RGB163185143-
CMYK0.1200.230.27
HSL91.43º23.08%64.31%-
HSV(B)91.43º22.7%72.55%-
XYZ37.4144.4732.6-
YUV173.63110.71120.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.20%
GREEN value IS 185 (72.66% from 255) = 37.68%
BLUE value IS 143 (56.25% from 255) = 29.12%
R=33.20%
G=37.68%
B=29.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631851430.1200.230.2791.4323.0864.31
HexA3B98FC0171B5b1740
Octal243271217140273313327100
Binary1010001110111001100011111100010111110111011011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B98F; }

 p { color: rgb(163,185,143); }

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

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

 a { background-color: rgb(163,185,143); }

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

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

 span { border-color: rgb(163,185,143); }

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