#A6C284

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

Shades of Norway #A6C284

Tints of Norway #A6C284

Color information

#A6C284 (or 0xA6C284) is unknown color: approx Norway. HEX triplet: A6, C2 and 84. RGB value is (166,194,132). Sum of RGB (Red+Green+Blue) = 166+194+132=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C284 is #593D7B. Grayscale: #B2B2B2. Windows color (decimal): -5848444 or 8700582. OLE color: 8700582.

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

Color convert

RGB166194132-
CMYK0.1400.320.24
HSL87.1º33.7%63.92%-
HSV(B)87.1º31.96%76.08%-
XYZ39.1848.3629.1-
YUV178.56101.72119.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.74%
GREEN value IS 194 (76.17% from 255) = 39.43%
BLUE value IS 132 (51.95% from 255) = 26.83%
R=33.74%
G=39.43%
B=26.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661941320.1400.320.2487.133.763.92
HexA6C284E02018572240
Octal246302204160403012742100
Binary101001101100001010000100111001000001100010101111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C284; }

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

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

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

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

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

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

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

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