#A6C191

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

Shades of Norway #A6C191

Tints of Norway #A6C191

Color information

#A6C191 (or 0xA6C191) is unknown color: approx Norway. HEX triplet: A6, C1 and 91. RGB value is (166,193,145). Sum of RGB (Red+Green+Blue) = 166+193+145=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C191 is #593E6E. Grayscale: #B3B3B3. Windows color (decimal): -5848687 or 9552294. OLE color: 9552294.

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

Color convert

RGB166193145-
CMYK0.1400.250.24
HSL93.75º27.91%66.27%-
HSV(B)93.75º24.87%75.69%-
XYZ39.9148.2934.01-
YUV179.46108.55118.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.94%
GREEN value IS 193 (75.78% from 255) = 38.29%
BLUE value IS 145 (57.03% from 255) = 28.77%
R=32.94%
G=38.29%
B=28.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661931450.1400.250.2493.7527.9166.27
HexA6C191E019185e1c42
Octal246301221160313013634102
Binary1010011011000001100100011110011001110001011110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C191; }

 p { color: rgb(166,193,145); }

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

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

 a { background-color: rgb(166,193,145); }

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

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

 span { border-color: rgb(166,193,145); }

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