#A3B98A

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

Shades of Norway #A3B98A

Tints of Norway #A3B98A

Color information

#A3B98A (or 0xA3B98A) is unknown color: approx Norway. HEX triplet: A3, B9 and 8A. RGB value is (163,185,138). Sum of RGB (Red+Green+Blue) = 163+185+138=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B98A is #5C4675. Grayscale: #ADADAD. Windows color (decimal): -6047350 or 9091491. OLE color: 9091491.

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

Color convert

RGB163185138-
CMYK0.1200.250.27
HSL88.09º25.13%63.33%-
HSV(B)88.09º25.41%72.55%-
XYZ37.0444.3230.65-
YUV173.06108.21120.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.54%
GREEN value IS 185 (72.66% from 255) = 38.07%
BLUE value IS 138 (54.30% from 255) = 28.40%
R=33.54%
G=38.07%
B=28.40%

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
Decimal1631851380.1200.250.2788.0925.1363.33
HexA3B98AC0191B58193f
Octal24327121214031331303177
Binary101000111011100110001010110001100111011101100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B98A; }

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

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

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

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

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

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

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

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