#A3C289

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

Shades of Norway #A3C289

Tints of Norway #A3C289

Color information

#A3C289 (or 0xA3C289) is unknown color: approx Norway. HEX triplet: A3, C2 and 89. RGB value is (163,194,137). Sum of RGB (Red+Green+Blue) = 163+194+137=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C289 is #5C3D76. Grayscale: #B2B2B2. Windows color (decimal): -6045047 or 9028259. OLE color: 9028259.

HSL color Cylindrical-coordinate representation of color #A3C289: hue angle of 92.63º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3C289 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB163194137-
CMYK0.1600.290.24
HSL92.63º31.84%64.9%-
HSV(B)92.63º29.38%76.08%-
XYZ38.9148.1830.92-
YUV178.23104.73117.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.00%
GREEN value IS 194 (76.17% from 255) = 39.27%
BLUE value IS 137 (53.91% from 255) = 27.73%
R=33.00%
G=39.27%
B=27.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631941370.1600.290.2492.6331.8464.9
HexA3C2891001D185d2041
Octal243302211200353013540101
Binary101000111100001010001001100000111011100010111011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C289; }

 p { color: rgb(163,194,137); }

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

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

 a { background-color: rgb(163,194,137); }

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

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

 span { border-color: rgb(163,194,137); }

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