#A3B98B

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

Shades of Norway #A3B98B

Tints of Norway #A3B98B

Color information

#A3B98B (or 0xA3B98B) is unknown color: approx Norway. HEX triplet: A3, B9 and 8B. RGB value is (163,185,139). Sum of RGB (Red+Green+Blue) = 163+185+139=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B98B is #5C4674. Grayscale: #ADADAD. Windows color (decimal): -6047349 or 9157027. OLE color: 9157027.

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

Color convert

RGB163185139-
CMYK0.1200.250.27
HSL88.7º24.73%63.53%-
HSV(B)88.7º24.86%72.55%-
XYZ37.1144.3531.03-
YUV173.18108.71120.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.47%
GREEN value IS 185 (72.66% from 255) = 37.99%
BLUE value IS 139 (54.69% from 255) = 28.54%
R=33.47%
G=37.99%
B=28.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631851390.1200.250.2788.724.7363.53
HexA3B98BC0191B591940
Octal243271213140313313131100
Binary1010001110111001100010111100011001110111011001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B98B; }

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

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

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

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

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

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

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

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