#A3BF91

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

Shades of Norway #A3BF91

Tints of Norway #A3BF91

Color information

#A3BF91 (or 0xA3BF91) is unknown color: approx Norway. HEX triplet: A3, BF and 91. RGB value is (163,191,145). Sum of RGB (Red+Green+Blue) = 163+191+145=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BF91 is #5C406E. Grayscale: #B1B1B1. Windows color (decimal): -6045807 or 9551779. OLE color: 9551779.

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

Color convert

RGB163191145-
CMYK0.1500.240.25
HSL96.52º26.44%65.88%-
HSV(B)96.52º24.08%74.9%-
XYZ38.8547.0933.83-
YUV177.38109.72117.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.67%
GREEN value IS 191 (75% from 255) = 38.28%
BLUE value IS 145 (57.03% from 255) = 29.06%
R=32.67%
G=38.28%
B=29.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631911450.1500.240.2596.5226.4465.88
HexA3BF91F01819611a42
Octal243277221170303114132102
Binary1010001110111111100100011111011000110011100001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BF91; }

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

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

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

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

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

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

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

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