#A1B292

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

Shades of Norway #A1B292

Tints of Norway #A1B292

Color information

#A1B292 (or 0xA1B292) is unknown color: approx Norway. HEX triplet: A1, B2 and 92. RGB value is (161,178,146). Sum of RGB (Red+Green+Blue) = 161+178+146=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B292 is #5E4D6D. Grayscale: #A9A9A9. Windows color (decimal): -6180206 or 9613985. OLE color: 9613985.

HSL color Cylindrical-coordinate representation of color #A1B292: hue angle of 91.87º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1B292 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB161178146-
CMYK0.1000.180.30
HSL91.87º17.2%63.53%-
HSV(B)91.87º17.98%69.8%-
XYZ35.8141.4933.32-
YUV169.27114.87122.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.20%
GREEN value IS 178 (69.92% from 255) = 36.70%
BLUE value IS 146 (57.42% from 255) = 30.10%
R=33.20%
G=36.70%
B=30.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611781460.1000.180.3091.8717.263.53
HexA1B292A0121E5c1140
Octal241262222120223613421100
Binary1010000110110010100100101010010010111101011100100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B292; }

 p { color: rgb(161,178,146); }

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

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

 a { background-color: rgb(161,178,146); }

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

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

 span { border-color: rgb(161,178,146); }

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