#A6C084

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

Shades of Norway #A6C084

Tints of Norway #A6C084

Color information

#A6C084 (or 0xA6C084) is unknown color: approx Norway. HEX triplet: A6, C0 and 84. RGB value is (166,192,132). Sum of RGB (Red+Green+Blue) = 166+192+132=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C084 is #593F7B. Grayscale: #B1B1B1. Windows color (decimal): -5848956 or 8700070. OLE color: 8700070.

HSL color Cylindrical-coordinate representation of color #A6C084: hue angle of 86º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6C084 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB166192132-
CMYK0.1400.310.25
HSL86º32.26%63.53%-
HSV(B)86º31.25%75.29%-
XYZ38.7447.4728.95-
YUV177.39102.39119.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.88%
GREEN value IS 192 (75.39% from 255) = 39.18%
BLUE value IS 132 (51.95% from 255) = 26.94%
R=33.88%
G=39.18%
B=26.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661921320.1400.310.258632.2663.53
HexA6C084E01F19562040
Octal246300204160373112640100
Binary10100110110000001000010011100111111100110101101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C084; }

 p { color: rgb(166,192,132); }

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

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

 a { background-color: rgb(166,192,132); }

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

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

 span { border-color: rgb(166,192,132); }

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