#A6C389

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

Shades of Norway #A6C389

Tints of Norway #A6C389

Color information

#A6C389 (or 0xA6C389) is unknown color: approx Norway. HEX triplet: A6, C3 and 89. RGB value is (166,195,137). Sum of RGB (Red+Green+Blue) = 166+195+137=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C389 is #593C76. Grayscale: #B3B3B3. Windows color (decimal): -5848183 or 9028518. OLE color: 9028518.

HSL color Cylindrical-coordinate representation of color #A6C389: hue angle of 90º 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 #A6C389 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB166195137-
CMYK0.1500.300.24
HSL90º32.58%65.1%-
HSV(B)90º29.74%76.47%-
XYZ39.7648.9431.02-
YUV179.72103.89118.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.33%
GREEN value IS 195 (76.56% from 255) = 39.16%
BLUE value IS 137 (53.91% from 255) = 27.51%
R=33.33%
G=39.16%
B=27.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661951370.1500.300.249032.5865.1
HexA6C389F01E185a2141
Octal246303211170363013241101
Binary10100110110000111000100111110111101100010110101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C389; }

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

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

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

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

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

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

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

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