#A4BC8A

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

Shades of Norway #A4BC8A

Tints of Norway #A4BC8A

Color information

#A4BC8A (or 0xA4BC8A) is unknown color: approx Norway. HEX triplet: A4, BC and 8A. RGB value is (164,188,138). Sum of RGB (Red+Green+Blue) = 164+188+138=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BC8A is #5B4375. Grayscale: #AFAFAF. Windows color (decimal): -5981046 or 9092260. OLE color: 9092260.

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

Color convert

RGB164188138-
CMYK0.1300.270.26
HSL88.8º27.17%63.92%-
HSV(B)88.8º26.6%73.73%-
XYZ37.8845.6930.87-
YUV175.12107.05120.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.47%
GREEN value IS 188 (73.83% from 255) = 38.37%
BLUE value IS 138 (54.30% from 255) = 28.16%
R=33.47%
G=38.37%
B=28.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641881380.1300.270.2688.827.1763.92
HexA4BC8AD01B1A591b40
Octal244274212150333213133100
Binary1010010010111100100010101101011011110101011001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BC8A; }

 p { color: rgb(164,188,138); }

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

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

 a { background-color: rgb(164,188,138); }

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

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

 span { border-color: rgb(164,188,138); }

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