#A4B984

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

Shades of Norway #A4B984

Tints of Norway #A4B984

Color information

#A4B984 (or 0xA4B984) is unknown color: approx Norway. HEX triplet: A4, B9 and 84. RGB value is (164,185,132). Sum of RGB (Red+Green+Blue) = 164+185+132=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B984 is #5B467B. Grayscale: #ACACAC. Windows color (decimal): -5981820 or 8698276. OLE color: 8698276.

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

Color convert

RGB164185132-
CMYK0.1100.290.27
HSL83.77º27.46%62.16%-
HSV(B)83.77º28.65%72.55%-
XYZ36.8244.2628.43-
YUV172.68105.04121.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.10%
GREEN value IS 185 (72.66% from 255) = 38.46%
BLUE value IS 132 (51.95% from 255) = 27.44%
R=34.10%
G=38.46%
B=27.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641851320.1100.290.2783.7727.4662.16
HexA4B984B01D1B541b3e
Octal24427120413035331243376
Binary101001001011100110000100101101110111011101010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B984; }

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

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

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

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

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

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

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

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