#A3BF8C

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

Shades of Norway #A3BF8C

Tints of Norway #A3BF8C

Color information

#A3BF8C (or 0xA3BF8C) is unknown color: approx Norway. HEX triplet: A3, BF and 8C. RGB value is (163,191,140). Sum of RGB (Red+Green+Blue) = 163+191+140=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BF8C is #5C4073. Grayscale: #B0B0B0. Windows color (decimal): -6045812 or 9224099. OLE color: 9224099.

HSL color Cylindrical-coordinate representation of color #A3BF8C: hue angle of 92.94º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3BF8C is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB163191140-
CMYK0.1500.270.25
HSL92.94º28.49%64.9%-
HSV(B)92.94º26.7%74.9%-
XYZ38.4746.9431.84-
YUV176.81107.22118.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.00%
GREEN value IS 191 (75% from 255) = 38.66%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=33.00%
G=38.66%
B=28.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631911400.1500.270.2592.9428.4964.9
HexA3BF8CF01B195d1c41
Octal243277214170333113534101
Binary1010001110111111100011001111011011110011011101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BF8C; }

 p { color: rgb(163,191,140); }

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

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

 a { background-color: rgb(163,191,140); }

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

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

 span { border-color: rgb(163,191,140); }

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