#A3C089

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

Shades of Norway #A3C089

Tints of Norway #A3C089

Color information

#A3C089 (or 0xA3C089) is unknown color: approx Norway. HEX triplet: A3, C0 and 89. RGB value is (163,192,137). Sum of RGB (Red+Green+Blue) = 163+192+137=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C089 is #5C3F76. Grayscale: #B1B1B1. Windows color (decimal): -6045559 or 9027747. OLE color: 9027747.

HSL color Cylindrical-coordinate representation of color #A3C089: hue angle of 91.64º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3C089 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB163192137-
CMYK0.1500.290.25
HSL91.64º30.39%64.51%-
HSV(B)91.64º28.65%75.29%-
XYZ38.4747.2930.77-
YUV177.06105.39117.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.13%
GREEN value IS 192 (75.39% from 255) = 39.02%
BLUE value IS 137 (53.91% from 255) = 27.85%
R=33.13%
G=39.02%
B=27.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631921370.1500.290.2591.6430.3964.51
HexA3C089F01D195c1e41
Octal243300211170353113436101
Binary1010001111000000100010011111011101110011011100111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C089; }

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

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

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

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

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

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

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

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