#A1B187

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

Shades of Norway #A1B187

Tints of Norway #A1B187

Color information

#A1B187 (or 0xA1B187) is unknown color: approx Norway. HEX triplet: A1, B1 and 87. RGB value is (161,177,135). Sum of RGB (Red+Green+Blue) = 161+177+135=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B187 is #5E4E78. Grayscale: #A7A7A7. Windows color (decimal): -6180473 or 8892833. OLE color: 8892833.

HSL color Cylindrical-coordinate representation of color #A1B187: hue angle of 82.86º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1B187 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB161177135-
CMYK0.0900.240.31
HSL82.86º21.21%61.18%-
HSV(B)82.86º23.73%69.41%-
XYZ34.7940.7728.96-
YUV167.43109.7123.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.04%
GREEN value IS 177 (69.53% from 255) = 37.42%
BLUE value IS 135 (53.12% from 255) = 28.54%
R=34.04%
G=37.42%
B=28.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611771350.0900.240.3182.8621.2161.18
HexA1B18790181F53153d
Octal24126120711030371232575
Binary101000011011000110000111100101100011111101001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B187; }

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

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

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

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

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

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

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

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