#A3C484

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

Shades of Norway #A3C484

Tints of Norway #A3C484

Color information

#A3C484 (or 0xA3C484) is unknown color: approx Norway. HEX triplet: A3, C4 and 84. RGB value is (163,196,132). Sum of RGB (Red+Green+Blue) = 163+196+132=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C484 is #5C3B7B. Grayscale: #B3B3B3. Windows color (decimal): -6044540 or 8701091. OLE color: 8701091.

HSL color Cylindrical-coordinate representation of color #A3C484: hue angle of 90.94º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3C484 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB163196132-
CMYK0.1700.330.23
HSL90.94º35.16%64.31%-
HSV(B)90.94º32.65%76.86%-
XYZ39.0148.9329.22-
YUV178.84101.57116.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.20%
GREEN value IS 196 (76.95% from 255) = 39.92%
BLUE value IS 132 (51.95% from 255) = 26.88%
R=33.20%
G=39.92%
B=26.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1631961320.1700.330.2390.9435.1664.31
HexA3C48411021175b2340
Octal243304204210412713343100
Binary1010001111000100100001001000101000011011110110111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C484; }

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

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

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

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

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

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

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

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