#A6C583

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

Shades of Norway #A6C583

Tints of Norway #A6C583

Color information

#A6C583 (or 0xA6C583) is unknown color: approx Norway. HEX triplet: A6, C5 and 83. RGB value is (166,197,131). Sum of RGB (Red+Green+Blue) = 166+197+131=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C583 is #593A7C. Grayscale: #B4B4B4. Windows color (decimal): -5847677 or 8635814. OLE color: 8635814.

HSL color Cylindrical-coordinate representation of color #A6C583: hue angle of 88.18º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6C583 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB166197131-
CMYK0.1600.340.23
HSL88.18º36.26%64.31%-
HSV(B)88.18º33.5%77.25%-
XYZ39.7949.6828.96-
YUV180.21100.23117.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.60%
GREEN value IS 197 (77.34% from 255) = 39.88%
BLUE value IS 131 (51.56% from 255) = 26.52%
R=33.60%
G=39.88%
B=26.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1661971310.1600.340.2388.1836.2664.31
HexA6C5831002217582440
Octal246305203200422713044100
Binary1010011011000101100000111000001000101011110110001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C583; }

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

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

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

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

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

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

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

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