#A3BD91

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

Shades of Norway #A3BD91

Tints of Norway #A3BD91

Color information

#A3BD91 (or 0xA3BD91) is unknown color: approx Norway. HEX triplet: A3, BD and 91. RGB value is (163,189,145). Sum of RGB (Red+Green+Blue) = 163+189+145=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BD91 is #5C426E. Grayscale: #B0B0B0. Windows color (decimal): -6046319 or 9551267. OLE color: 9551267.

HSL color Cylindrical-coordinate representation of color #A3BD91: hue angle of 95.45º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3BD91 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB163189145-
CMYK0.1400.230.26
HSL95.45º25%65.49%-
HSV(B)95.45º23.28%74.12%-
XYZ38.4146.2333.69-
YUV176.21110.39118.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.80%
GREEN value IS 189 (74.22% from 255) = 38.03%
BLUE value IS 145 (57.03% from 255) = 29.18%
R=32.80%
G=38.03%
B=29.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631891450.1400.230.2695.452565.49
HexA3BD91E0171A5f1941
Octal243275221160273213731101
Binary1010001110111101100100011110010111110101011111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BD91; }

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

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

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

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

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

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

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

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