#A4B986

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

Shades of Norway #A4B986

Tints of Norway #A4B986

Color information

#A4B986 (or 0xA4B986) is unknown color: approx Norway. HEX triplet: A4, B9 and 86. RGB value is (164,185,134). Sum of RGB (Red+Green+Blue) = 164+185+134=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B986 is #5B4679. Grayscale: #ADADAD. Windows color (decimal): -5981818 or 8829348. OLE color: 8829348.

HSL color Cylindrical-coordinate representation of color #A4B986: hue angle of 84.71º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4B986 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB164185134-
CMYK0.1100.280.27
HSL84.71º26.7%62.55%-
HSV(B)84.71º27.57%72.55%-
XYZ36.9644.3129.16-
YUV172.91106.04121.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 185 (72.66% from 255) = 38.30%
BLUE value IS 134 (52.73% from 255) = 27.74%
R=33.95%
G=38.30%
B=27.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641851340.1100.280.2784.7126.762.55
HexA4B986B01C1B551b3f
Octal24427120613034331253377
Binary101001001011100110000110101101110011011101010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B986; }

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

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

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

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

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

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

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

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