#A4C486

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

Shades of Norway #A4C486

Tints of Norway #A4C486

Color information

#A4C486 (or 0xA4C486) is unknown color: approx Norway. HEX triplet: A4, C4 and 86. RGB value is (164,196,134). Sum of RGB (Red+Green+Blue) = 164+196+134=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C486 is #5B3B79. Grayscale: #B3B3B3. Windows color (decimal): -5979002 or 8832164. OLE color: 8832164.

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

Color convert

RGB164196134-
CMYK0.1600.320.23
HSL90.97º34.44%64.71%-
HSV(B)90.97º31.63%76.86%-
XYZ39.3549.0929.96-
YUV179.36102.4117.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 196 (76.95% from 255) = 39.68%
BLUE value IS 134 (52.73% from 255) = 27.13%
R=33.20%
G=39.68%
B=27.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641961340.1600.320.2390.9734.4464.71
HexA4C48610020175b2241
Octal244304206200402713342101
Binary1010010011000100100001101000001000001011110110111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C486; }

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

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

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

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

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

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

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

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