#A6C285

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

Shades of Norway #A6C285

Tints of Norway #A6C285

Color information

#A6C285 (or 0xA6C285) is unknown color: approx Norway. HEX triplet: A6, C2 and 85. RGB value is (166,194,133). Sum of RGB (Red+Green+Blue) = 166+194+133=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C285 is #593D7A. Grayscale: #B2B2B2. Windows color (decimal): -5848443 or 8766118. OLE color: 8766118.

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

Color convert

RGB166194133-
CMYK0.1400.310.24
HSL87.54º33.33%64.12%-
HSV(B)87.54º31.44%76.08%-
XYZ39.2548.3829.46-
YUV178.67102.22118.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 194 (76.17% from 255) = 39.35%
BLUE value IS 133 (52.34% from 255) = 26.98%
R=33.67%
G=39.35%
B=26.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661941330.1400.310.2487.5433.3364.12
HexA6C285E01F18582140
Octal246302205160373013041100
Binary10100110110000101000010111100111111100010110001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C285; }

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

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

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

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

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

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

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

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