#A4B983

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

Shades of Norway #A4B983

Tints of Norway #A4B983

Color information

#A4B983 (or 0xA4B983) is unknown color: approx Norway. HEX triplet: A4, B9 and 83. RGB value is (164,185,131). Sum of RGB (Red+Green+Blue) = 164+185+131=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B983 is #5B467C. Grayscale: #ACACAC. Windows color (decimal): -5981821 or 8632740. OLE color: 8632740.

HSL color Cylindrical-coordinate representation of color #A4B983: hue angle of 83.33º degrees, saturation: 0.28, 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 #A4B983 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB164185131-
CMYK0.1100.290.27
HSL83.33º27.84%61.96%-
HSV(B)83.33º29.19%72.55%-
XYZ36.7644.2328.07-
YUV172.56104.54121.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.17%
GREEN value IS 185 (72.66% from 255) = 38.54%
BLUE value IS 131 (51.56% from 255) = 27.29%
R=34.17%
G=38.54%
B=27.29%

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
Decimal1641851310.1100.290.2783.3327.8461.96
HexA4B983B01D1B531c3e
Octal24427120313035331233476
Binary101001001011100110000011101101110111011101001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B983; }

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

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

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

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

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

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

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

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