#A1BA87

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

Shades of Norway #A1BA87

Tints of Norway #A1BA87

Color information

#A1BA87 (or 0xA1BA87) is unknown color: approx Norway. HEX triplet: A1, BA and 87. RGB value is (161,186,135). Sum of RGB (Red+Green+Blue) = 161+186+135=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BA87 is #5E4578. Grayscale: #ACACAC. Windows color (decimal): -6178169 or 8895137. OLE color: 8895137.

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

Color convert

RGB161186135-
CMYK0.1300.270.27
HSL89.41º26.98%62.94%-
HSV(B)89.41º27.42%72.94%-
XYZ36.6344.4429.57-
YUV172.71106.72119.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.40%
GREEN value IS 186 (73.05% from 255) = 38.59%
BLUE value IS 135 (53.12% from 255) = 28.01%
R=33.40%
G=38.59%
B=28.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611861350.1300.270.2789.4126.9862.94
HexA1BA87D01B1B591b3f
Octal24127220715033331313377
Binary101000011011101010000111110101101111011101100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BA87; }

 p { color: rgb(161,186,135); }

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

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

 a { background-color: rgb(161,186,135); }

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

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

 span { border-color: rgb(161,186,135); }

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