#A4B989

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

Shades of Norway #A4B989

Tints of Norway #A4B989

Color information

#A4B989 (or 0xA4B989) is unknown color: approx Norway. HEX triplet: A4, B9 and 89. RGB value is (164,185,137). Sum of RGB (Red+Green+Blue) = 164+185+137=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B989 is #5B4676. Grayscale: #ADADAD. Windows color (decimal): -5981815 or 9025956. OLE color: 9025956.

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

Color convert

RGB164185137-
CMYK0.1100.260.27
HSL86.25º25.53%63.14%-
HSV(B)86.25º25.95%72.55%-
XYZ37.1744.430.28-
YUV173.25107.54121.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.74%
GREEN value IS 185 (72.66% from 255) = 38.07%
BLUE value IS 137 (53.91% from 255) = 28.19%
R=33.74%
G=38.07%
B=28.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641851370.1100.260.2786.2525.5363.14
HexA4B989B01A1B561a3f
Octal24427121113032331263277
Binary101001001011100110001001101101101011011101011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B989; }

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

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

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

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

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

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

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

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