#A6C192

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

Shades of Norway #A6C192

Tints of Norway #A6C192

Color information

#A6C192 (or 0xA6C192) is unknown color: approx Norway. HEX triplet: A6, C1 and 92. RGB value is (166,193,146). Sum of RGB (Red+Green+Blue) = 166+193+146=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C192 is #593E6D. Grayscale: #B3B3B3. Windows color (decimal): -5848686 or 9617830. OLE color: 9617830.

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

Color convert

RGB166193146-
CMYK0.1400.240.24
HSL94.47º27.49%66.47%-
HSV(B)94.47º24.35%75.69%-
XYZ39.9848.3234.41-
YUV179.57109.05118.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.87%
GREEN value IS 193 (75.78% from 255) = 38.22%
BLUE value IS 146 (57.42% from 255) = 28.91%
R=32.87%
G=38.22%
B=28.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661931460.1400.240.2494.4727.4966.47
HexA6C192E018185e1b42
Octal246301222160303013633102
Binary1010011011000001100100101110011000110001011110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C192; }

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

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

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

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

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

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

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

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