#A4BA8D

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

Shades of Norway #A4BA8D

Tints of Norway #A4BA8D

Color information

#A4BA8D (or 0xA4BA8D) is unknown color: approx Norway. HEX triplet: A4, BA and 8D. RGB value is (164,186,141). Sum of RGB (Red+Green+Blue) = 164+186+141=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BA8D is #5B4572. Grayscale: #AEAEAE. Windows color (decimal): -5981555 or 9288356. OLE color: 9288356.

HSL color Cylindrical-coordinate representation of color #A4BA8D: hue angle of 89.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4BA8D is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB164186141-
CMYK0.1200.240.27
HSL89.33º24.59%64.12%-
HSV(B)89.33º24.19%72.94%-
XYZ37.6844.9331.89-
YUV174.29109.21120.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.40%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 141 (55.47% from 255) = 28.72%
R=33.40%
G=37.88%
B=28.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641861410.1200.240.2789.3324.5964.12
HexA4BA8DC0181B591940
Octal244272215140303313131100
Binary1010010010111010100011011100011000110111011001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BA8D; }

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

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

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

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

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

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

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

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