#A7C486

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

Shades of Norway #A7C486

Tints of Norway #A7C486

Color information

#A7C486 (or 0xA7C486) is unknown color: approx Norway. HEX triplet: A7, C4 and 86. RGB value is (167,196,134). Sum of RGB (Red+Green+Blue) = 167+196+134=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 196 - color contains mainly: green. Hex color #A7C486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C486 is #583B79. Grayscale: #B4B4B4. Windows color (decimal): -5782394 or 8832167. OLE color: 8832167.

HSL color Cylindrical-coordinate representation of color #A7C486: hue angle of 88.06º degrees, saturation: 0.34, 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 #A7C486 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB167196134-
CMYK0.1500.320.23
HSL88.06º34.44%64.71%-
HSV(B)88.06º31.63%76.86%-
XYZ39.9849.4229.99-
YUV180.26101.89118.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.60%
GREEN value IS 196 (76.95% from 255) = 39.44%
BLUE value IS 134 (52.73% from 255) = 26.96%
R=33.60%
G=39.44%
B=26.96%

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
Decimal1671961340.1500.320.2388.0634.4464.71
HexA7C486F02017582241
Octal247304206170402713042101
Binary101001111100010010000110111101000001011110110001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C486; }

 p { color: rgb(167,196,134); }

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

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

 a { background-color: rgb(167,196,134); }

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

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

 span { border-color: rgb(167,196,134); }

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