#A6C493

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

Shades of Norway #A6C493

Tints of Norway #A6C493

Color information

#A6C493 (or 0xA6C493) is unknown color: approx Norway. HEX triplet: A6, C4 and 93. RGB value is (166,196,147). Sum of RGB (Red+Green+Blue) = 166+196+147=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #A6C493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C493 is #593B6C. Grayscale: #B5B5B5. Windows color (decimal): -5847917 or 9684134. OLE color: 9684134.

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

Color convert

RGB166196147-
CMYK0.1500.250.23
HSL96.73º29.34%67.25%-
HSV(B)96.73º25%76.86%-
XYZ40.7349.6935.05-
YUV181.44108.56116.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.61%
GREEN value IS 196 (76.95% from 255) = 38.51%
BLUE value IS 147 (57.81% from 255) = 28.88%
R=32.61%
G=38.51%
B=28.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1661961470.1500.250.2396.7329.3467.25
HexA6C493F01917611d43
Octal246304223170312714135103
Binary1010011011000100100100111111011001101111100001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C493; }

 p { color: rgb(166,196,147); }

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

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

 a { background-color: rgb(166,196,147); }

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

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

 span { border-color: rgb(166,196,147); }

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