#A3C389

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

Shades of Norway #A3C389

Tints of Norway #A3C389

Color information

#A3C389 (or 0xA3C389) is unknown color: approx Norway. HEX triplet: A3, C3 and 89. RGB value is (163,195,137). Sum of RGB (Red+Green+Blue) = 163+195+137=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C389 is #5C3C76. Grayscale: #B3B3B3. Windows color (decimal): -6044791 or 9028515. OLE color: 9028515.

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

Color convert

RGB163195137-
CMYK0.1600.300.24
HSL93.1º32.58%65.1%-
HSV(B)93.1º29.74%76.47%-
XYZ39.1348.6230.99-
YUV178.82104.4116.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.93%
GREEN value IS 195 (76.56% from 255) = 39.39%
BLUE value IS 137 (53.91% from 255) = 27.68%
R=32.93%
G=39.39%
B=27.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631951370.1600.300.2493.132.5865.1
HexA3C3891001E185d2141
Octal243303211200363013541101
Binary101000111100001110001001100000111101100010111011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C389; }

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

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

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

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

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

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

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

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