#A1BF8E

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

Shades of Norway #A1BF8E

Tints of Norway #A1BF8E

Color information

#A1BF8E (or 0xA1BF8E) is unknown color: approx Norway. HEX triplet: A1, BF and 8E. RGB value is (161,191,142). Sum of RGB (Red+Green+Blue) = 161+191+142=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BF8E is #5E4071. Grayscale: #B0B0B0. Windows color (decimal): -6176882 or 9355169. OLE color: 9355169.

HSL color Cylindrical-coordinate representation of color #A1BF8E: hue angle of 96.73º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1BF8E is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB161191142-
CMYK0.1600.260.25
HSL96.73º27.68%65.29%-
HSV(B)96.73º25.65%74.9%-
XYZ38.2146.7932.61-
YUV176.44108.56116.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.59%
GREEN value IS 191 (75% from 255) = 38.66%
BLUE value IS 142 (55.86% from 255) = 28.74%
R=32.59%
G=38.66%
B=28.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611911420.1600.260.2596.7327.6865.29
HexA1BF8E1001A19611c41
Octal241277216200323114134101
Binary10100001101111111000111010000011010110011100001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BF8E; }

 p { color: rgb(161,191,142); }

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

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

 a { background-color: rgb(161,191,142); }

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

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

 span { border-color: rgb(161,191,142); }

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