#A3C185

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

Shades of Norway #A3C185

Tints of Norway #A3C185

Color information

#A3C185 (or 0xA3C185) is unknown color: approx Norway. HEX triplet: A3, C1 and 85. RGB value is (163,193,133). Sum of RGB (Red+Green+Blue) = 163+193+133=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C185 is #5C3E7A. Grayscale: #B1B1B1. Windows color (decimal): -6045307 or 8765859. OLE color: 8765859.

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

Color convert

RGB163193133-
CMYK0.1600.310.24
HSL90º32.61%63.92%-
HSV(B)90º31.09%75.69%-
XYZ38.4147.6229.36-
YUV177.19103.06117.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.33%
GREEN value IS 193 (75.78% from 255) = 39.47%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=33.33%
G=39.47%
B=27.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631931330.1600.310.249032.6163.92
HexA3C1851001F185a2140
Octal243301205200373013241100
Binary101000111100000110000101100000111111100010110101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C185; }

 p { color: rgb(163,193,133); }

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

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

 a { background-color: rgb(163,193,133); }

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

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

 span { border-color: rgb(163,193,133); }

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