#A4B394

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

Shades of Norway #A4B394

Tints of Norway #A4B394

Color information

#A4B394 (or 0xA4B394) is unknown color: approx Norway. HEX triplet: A4, B3 and 94. RGB value is (164,179,148). Sum of RGB (Red+Green+Blue) = 164+179+148=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B394 is #5B4C6B. Grayscale: #ABABAB. Windows color (decimal): -5983340 or 9745316. OLE color: 9745316.

HSL color Cylindrical-coordinate representation of color #A4B394: hue angle of 89.03º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A4B394 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB164179148-
CMYK0.0800.170.30
HSL89.03º16.94%64.12%-
HSV(B)89.03º17.32%70.2%-
XYZ36.7842.2734.24-
YUV170.98115.03123.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.40%
GREEN value IS 179 (70.31% from 255) = 36.46%
BLUE value IS 148 (58.20% from 255) = 30.14%
R=33.40%
G=36.46%
B=30.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1641791480.0800.170.3089.0316.9464.12
HexA4B39480111E591140
Octal244263224100213613121100
Binary1010010010110011100101001000010001111101011001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B394; }

 p { color: rgb(164,179,148); }

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

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

 a { background-color: rgb(164,179,148); }

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

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

 span { border-color: rgb(164,179,148); }

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