#A3C190

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

Shades of Norway #A3C190

Tints of Norway #A3C190

Color information

#A3C190 (or 0xA3C190) is unknown color: approx Norway. HEX triplet: A3, C1 and 90. RGB value is (163,193,144). Sum of RGB (Red+Green+Blue) = 163+193+144=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C190 is #5C3E6F. Grayscale: #B2B2B2. Windows color (decimal): -6045296 or 9486755. OLE color: 9486755.

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

Color convert

RGB163193144-
CMYK0.1600.250.24
HSL96.73º28.32%66.08%-
HSV(B)96.73º25.39%75.69%-
XYZ39.2147.9433.57-
YUV178.44108.56116.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.6%
GREEN value IS 193 (75.78% from 255) = 38.6%
BLUE value IS 144 (56.64% from 255) = 28.8%
R=32.6%
G=38.6%
B=28.8%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631931440.1600.250.2496.7328.3266.08
HexA3C1901001918611c42
Octal243301220200313014134102
Binary10100011110000011001000010000011001110001100001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C190; }

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

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

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

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

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

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

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

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