#A6C593

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

Shades of Norway #A6C593

Tints of Norway #A6C593

Color information

#A6C593 (or 0xA6C593) is unknown color: approx Norway. HEX triplet: A6, C5 and 93. RGB value is (166,197,147). Sum of RGB (Red+Green+Blue) = 166+197+147=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C593 is #593A6C. Grayscale: #B6B6B6. Windows color (decimal): -5847661 or 9684390. OLE color: 9684390.

HSL color Cylindrical-coordinate representation of color #A6C593: hue angle of 97.2º degrees, saturation: 0.3, 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 #A6C593 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB166197147-
CMYK0.1600.250.23
HSL97.2º30.12%67.45%-
HSV(B)97.2º25.38%77.25%-
XYZ40.9650.1535.12-
YUV182.03108.23116.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.55%
GREEN value IS 197 (77.34% from 255) = 38.63%
BLUE value IS 147 (57.81% from 255) = 28.82%
R=32.55%
G=38.63%
B=28.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1661971470.1600.250.2397.230.1267.45
HexA6C5931001917611e43
Octal246305223200312714136103
Binary10100110110001011001001110000011001101111100001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C593; }

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

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

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

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

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

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

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

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