#A4BC82

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

Shades of Norway #A4BC82

Tints of Norway #A4BC82

Color information

#A4BC82 (or 0xA4BC82) is unknown color: approx Norway. HEX triplet: A4, BC and 82. RGB value is (164,188,130). Sum of RGB (Red+Green+Blue) = 164+188+130=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BC82 is #5B437D. Grayscale: #AEAEAE. Windows color (decimal): -5981054 or 8567972. OLE color: 8567972.

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

Color convert

RGB164188130-
CMYK0.1300.310.26
HSL84.83º30.21%62.35%-
HSV(B)84.83º30.85%73.73%-
XYZ37.3245.4727.93-
YUV174.21103.05120.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 188 (73.83% from 255) = 39.00%
BLUE value IS 130 (51.17% from 255) = 26.97%
R=34.02%
G=39.00%
B=26.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641881300.1300.310.2684.8330.2162.35
HexA4BC82D01F1A551e3e
Octal24427420215037321253676
Binary101001001011110010000010110101111111010101010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BC82; }

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

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

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

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

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

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

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

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