#A4BA8E

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

Shades of Norway #A4BA8E

Tints of Norway #A4BA8E

Color information

#A4BA8E (or 0xA4BA8E) is unknown color: approx Norway. HEX triplet: A4, BA and 8E. RGB value is (164,186,142). Sum of RGB (Red+Green+Blue) = 164+186+142=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BA8E is #5B4571. Grayscale: #AEAEAE. Windows color (decimal): -5981554 or 9353892. OLE color: 9353892.

HSL color Cylindrical-coordinate representation of color #A4BA8E: hue angle of 90º degrees, saturation: 0.24, 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 #A4BA8E is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB164186142-
CMYK0.1200.240.27
HSL90º24.18%64.31%-
HSV(B)90º23.66%72.94%-
XYZ37.7544.9632.28-
YUV174.41109.71120.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.33%
GREEN value IS 186 (73.05% from 255) = 37.80%
BLUE value IS 142 (55.86% from 255) = 28.86%
R=33.33%
G=37.80%
B=28.86%

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
Decimal1641861420.1200.240.279024.1864.31
HexA4BA8EC0181B5a1840
Octal244272216140303313230100
Binary1010010010111010100011101100011000110111011010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BA8E; }

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

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

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

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

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

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

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

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