#A6C588

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

Shades of Norway #A6C588

Tints of Norway #A6C588

Color information

#A6C588 (or 0xA6C588) is unknown color: approx Norway. HEX triplet: A6, C5 and 88. RGB value is (166,197,136). Sum of RGB (Red+Green+Blue) = 166+197+136=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C588 is #593A77. Grayscale: #B4B4B4. Windows color (decimal): -5847672 or 8963494. OLE color: 8963494.

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

Color convert

RGB166197136-
CMYK0.1600.310.23
HSL90.49º34.46%65.29%-
HSV(B)90.49º30.96%77.25%-
XYZ40.1449.8230.79-
YUV180.78102.73117.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.27%
GREEN value IS 197 (77.34% from 255) = 39.48%
BLUE value IS 136 (53.52% from 255) = 27.25%
R=33.27%
G=39.48%
B=27.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1661971360.1600.310.2390.4934.4665.29
HexA6C5881001F175a2241
Octal246305210200372713242101
Binary101001101100010110001000100000111111011110110101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C588; }

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

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

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

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

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

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

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

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