#A4BA82

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

Shades of Norway #A4BA82

Tints of Norway #A4BA82

Color information

#A4BA82 (or 0xA4BA82) is unknown color: approx Norway. HEX triplet: A4, BA and 82. RGB value is (164,186,130). Sum of RGB (Red+Green+Blue) = 164+186+130=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BA82 is #5B457D. Grayscale: #ADADAD. Windows color (decimal): -5981566 or 8567460. OLE color: 8567460.

HSL color Cylindrical-coordinate representation of color #A4BA82: hue angle of 83.57º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4BA82 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB164186130-
CMYK0.1200.300.27
HSL83.57º28.87%61.96%-
HSV(B)83.57º30.11%72.94%-
XYZ36.944.6227.79-
YUV173.04103.71121.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.17%
GREEN value IS 186 (73.05% from 255) = 38.75%
BLUE value IS 130 (51.17% from 255) = 27.08%
R=34.17%
G=38.75%
B=27.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641861300.1200.300.2783.5728.8761.96
HexA4BA82C01E1B541d3e
Octal24427220214036331243576
Binary101001001011101010000010110001111011011101010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BA82; }

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

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

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

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

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

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

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

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