#A6C485

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

Shades of Norway #A6C485

Tints of Norway #A6C485

Color information

#A6C485 (or 0xA6C485) is unknown color: approx Norway. HEX triplet: A6, C4 and 85. RGB value is (166,196,133). Sum of RGB (Red+Green+Blue) = 166+196+133=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 196 - color contains mainly: green. Hex color #A6C485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C485 is #593B7A. Grayscale: #B4B4B4. Windows color (decimal): -5847931 or 8766630. OLE color: 8766630.

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

Color convert

RGB166196133-
CMYK0.1500.320.23
HSL88.57º34.81%64.51%-
HSV(B)88.57º32.14%76.86%-
XYZ39.749.2829.61-
YUV179.85101.56118.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.54%
GREEN value IS 196 (76.95% from 255) = 39.60%
BLUE value IS 133 (52.34% from 255) = 26.87%
R=33.54%
G=39.60%
B=26.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1661961330.1500.320.2388.5734.8164.51
HexA6C485F02017592341
Octal246304205170402713143101
Binary101001101100010010000101111101000001011110110011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C485; }

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

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

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

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

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

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

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

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