#A3B884

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

Shades of Norway #A3B884

Tints of Norway #A3B884

Color information

#A3B884 (or 0xA3B884) is unknown color: approx Norway. HEX triplet: A3, B8 and 84. RGB value is (163,184,132). Sum of RGB (Red+Green+Blue) = 163+184+132=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B884 is #5C477B. Grayscale: #ABABAB. Windows color (decimal): -6047612 or 8698019. OLE color: 8698019.

HSL color Cylindrical-coordinate representation of color #A3B884: hue angle of 84.23º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3B884 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB163184132-
CMYK0.1100.280.28
HSL84.23º26.8%61.96%-
HSV(B)84.23º28.26%72.16%-
XYZ36.4143.7328.35-
YUV171.79105.54121.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.03%
GREEN value IS 184 (72.27% from 255) = 38.41%
BLUE value IS 132 (51.95% from 255) = 27.56%
R=34.03%
G=38.41%
B=27.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631841320.1100.280.2884.2326.861.96
HexA3B884B01C1C541b3e
Octal24327020413034341243376
Binary101000111011100010000100101101110011100101010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B884; }

 p { color: rgb(163,184,132); }

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

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

 a { background-color: rgb(163,184,132); }

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

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

 span { border-color: rgb(163,184,132); }

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