#A6C091

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

Shades of Norway #A6C091

Tints of Norway #A6C091

Color information

#A6C091 (or 0xA6C091) is unknown color: approx Norway. HEX triplet: A6, C0 and 91. RGB value is (166,192,145). Sum of RGB (Red+Green+Blue) = 166+192+145=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C091 is #593F6E. Grayscale: #B3B3B3. Windows color (decimal): -5848943 or 9552038. OLE color: 9552038.

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

Color convert

RGB166192145-
CMYK0.1400.240.25
HSL93.19º27.17%66.08%-
HSV(B)93.19º24.48%75.29%-
XYZ39.6947.8533.93-
YUV178.87108.89118.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.00%
GREEN value IS 192 (75.39% from 255) = 38.17%
BLUE value IS 145 (57.03% from 255) = 28.83%
R=33.00%
G=38.17%
B=28.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661921450.1400.240.2593.1927.1766.08
HexA6C091E018195d1b42
Octal246300221160303113533102
Binary1010011011000000100100011110011000110011011101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C091; }

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

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

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

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

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

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

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

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